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] [run]
omit = omit =
*tests/*, *apps.py,
*__init__.py, *migrations/*,
*venv/*, *settings*,
setup.py, *tests/*,
*__main__.py, *urls.py,
*wsgi.py,
*__init__.py,
manage.py,
*venv/*,