Skip to content

Commit

Permalink
Add coverage on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
silviolleite committed Nov 18, 2018
1 parent 93133a3 commit 73151d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- Unit tests
- Add Oritentation on manifest.json
- Add tox
- Add Coverage

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ django-pwa
=====
[![Build Status](https://travis-ci.org/silviolleite/django-pwa.svg)](https://travis-ci.org/silviolleite/django-pwa)
[![Maintainability](https://api.codeclimate.com/v1/badges/246542ea921058c4f76f/maintainability)](https://codeclimate.com/github/silviolleite/django-pwa/maintainability)
[![codecov](https://codecov.io/gh/silviolleite/django-pwa/branch/master/graph/badge.svg)](https://codecov.io/gh/silviolleite/django-pwa)[![PyPI version](https://badge.fury.io/py/django-pwa.svg)](https://badge.fury.io/py/django-pwa)
[![codecov](https://codecov.io/gh/silviolleite/django-pwa/branch/master/graph/badge.svg)](https://codecov.io/gh/silviolleite/django-pwa)
[![PyPI - Downloads](https://img.shields.io/pypi/dd/django-pwa.svg)](https://pypi.org/project/django-pwa/)
[![PyPI - Downloads](https://img.shields.io/pypi/v/django-pwa.svg)](https://pypi.org/project/django-pwa)

This Django app turns your project into a [progressive web app](https://developers.google.com/web/progressive-web-apps/). Navigating to your site on an Android phone will prompt you to add the app to your home screen.

Expand Down
2 changes: 1 addition & 1 deletion pwa/app_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Settings required by django-progressive-web-app. """
""" Settings required by django-app. """
from django.conf import settings
import os

Expand Down

0 comments on commit 73151d2

Please sign in to comment.