Skip to content
Snippets Groups Projects
Commit 59cc8ac5 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

coverage shouldn't count unit test and migration scripts

parent a4e78adf
No related branches found
No related tags found
1 merge request!60Resolve "Export to Excel"
Pipeline #
......@@ -19,4 +19,4 @@ test:
- cd smash
- python manage.py makemigrations web && python manage.py migrate
- coverage run --source web manage.py test
- coverage report -m
- coverage report -m --omit="*/test*,*/migrations*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment