Skip to content

Commit f154264

Browse files
committed
Edited .coveragerc file
1 parent debfd28 commit f154264

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
branch = True
33
source =
44
appointment
5+
omit =
6+
*/__init__.py
7+
*/tests/*
8+
*/tests/test_*.py
9+
*/test_*.py
10+
manage.py
511

612
[report]
713
exclude_lines =
@@ -12,6 +18,8 @@ exclude_lines =
1218
if __name__ == .__main__.:
1319

1420
omit =
21+
*/__init__.py
1522
*/tests/*
23+
*/tests/test_*.py
1624
*/test_*.py
1725
manage.py

0 commit comments

Comments
 (0)