@ -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