omit management/commands from coverage
This commit is contained in:
parent
fcd5ab17cc
commit
ee3b6f33e0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user