Skip to content

Commit 944e9af

Browse files
author
Andres Vargas
committed
update coveragerc file
1 parent 22fa8d9 commit 944e9af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[run]
22
branch = true
3-
omit = */tests/*, */migrations/*, */urls.py, */settings/*, */asgi.py, */wsgi.py, manage.py, fabfile.py
43
source = .
4+
omit = */tests/*, */migrations/*, */urls.py, */settings/*
5+
*/asgi.py, */wsgi.py, manage.py, fabfile.py, */apps.py, populate.py
56

67
[report]
78
show_missing = true
9+
skip_covered = true

0 commit comments

Comments
 (0)