Skip to content
Snippets Groups Projects
Commit 6aab2865 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

omit files that are not testable/relevant

parent 65a172f2
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if [ "$1" == "test" ]; then
python manage.py compilemessages || exit 6
coverage run --source='.' manage.py test || exit 3
coverage report --skip-covered --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py
coverage html -d persistent_volume/htmlcov
coverage html -d persistent_volume/htmlcov --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py
exit 0
fi
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment