Ignore admin.py files when covering code

This commit is contained in:
Fred 2021-06-22 19:20:19 +02:00
parent 0bff7e0f66
commit b26eab154e
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ omit =
*/test*
*/migrations/*
*/urls.py
*/admin.py
*/settings/*
*/wsgi.py
*/__init__.py
@ -12,4 +13,4 @@ omit =
source = .
[report]
show_missing = true
show_missing = true