Don't cover scripts app (don't import old data everytime)
This commit is contained in:
parent
ff7e954652
commit
be08c12dca
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ deps =
|
|||
coverage
|
||||
commands =
|
||||
./manage.py makemigrations
|
||||
coverage run --omit='*migrations*' --source=apps,note_kfet ./manage.py test apps/
|
||||
coverage run --omit='*migrations*,apps/scripts*' --source=apps,note_kfet ./manage.py test apps/
|
||||
coverage report -m
|
||||
|
||||
[testenv:linters]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue