mirror of https://gitlab.crans.org/bde/nk20
Don't cover scripts app (don't import old data everytime)
This commit is contained in:
parent
ff7e954652
commit
be08c12dca
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…
Reference in New Issue