Don't cover scripts app (don't import old data everytime)

This commit is contained in:
Yohann D'ANELLO 2020-09-01 15:49:47 +02:00
parent ff7e954652
commit be08c12dca
1 changed files with 1 additions and 1 deletions

View File

@ -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]