omit management/commands from coverage

This commit is contained in:
har0ke 2019-08-28 15:43:47 +02:00
parent fcd5ab17cc
commit ee3b6f33e0

View File

@ -27,7 +27,7 @@ install:
- pip install -r devel-requirements.txt
script:
- coverage3 run --omit="./main/migrations/*" --include="./main/*","./tallybill/*" ./manage.py test
- coverage3 run --omit="./main/migrations/*,./main/management/*" --include="./main/*","./tallybill/*" ./manage.py test
after_success: