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