extend coveragerc for django

This commit is contained in:
Andreas Zweili 2019-10-14 17:39:55 +01:00
parent a743155b38
commit 58e4818b1a
1 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,11 @@
[run]
omit =
*tests/*,
*__init__.py,
*venv/*,
setup.py,
*__main__.py,
*apps.py,
*migrations/*,
*settings*,
*tests/*,
*urls.py,
*wsgi.py,
*__init__.py,
manage.py,
*venv/*,