diff --git a/coverage.sh b/coverage.sh index 68a0c06..4229728 100755 --- a/coverage.sh +++ b/coverage.sh @@ -7,6 +7,6 @@ if [ "$?" -ne 0 ]; then pip install coverage fi -coverage run --branch --source=accounts,ponyconf,proposals,conversations --omit=*/migrations/*,*/apps.py,ponyconf/wsgi.py manage.py test +coverage run manage.py test coverage html xdg-open htmlcov/index.html