Do not cover virtualenv and migrations

This commit is contained in:
Alexandre Iooss 2020-08-09 19:54:31 +02:00
parent f6dfbb0b6c
commit 48d3e8960a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ deps =
coverage
commands =
./manage.py makemigrations
coverage run ./manage.py test {posargs}
coverage run --omit='*migrations*' --source=apps,note_kfet ./manage.py test
coverage report -m
[testenv:linters]