Do not cover virtualenv and migrations
This commit is contained in:
parent
f6dfbb0b6c
commit
48d3e8960a
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 ./manage.py test {posargs}
|
||||
coverage run --omit='*migrations*' --source=apps,note_kfet ./manage.py test
|
||||
coverage report -m
|
||||
|
||||
[testenv:linters]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue