Skip to content

Commit 4c950d8

Browse files
[PATCH] Another Possible fix for coverage (- WIP PR #82 -)
1 parent abda4c3 commit 4c950d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.coveragerc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
concurrency = multiprocessing
33
parallel = True
44
sigterm = True
5-
# enable if you want to consider branches in coverage
6-
# branch = True
5+
branch = True
76

87
[report]
9-
include = pythonrepo/*,tests*
8+
include = pythonrepo/*,tests/*
109
# Regexes for lines to exclude from consideration
1110
exclude_lines =
1211
# Have to re-enable the standard pragma

0 commit comments

Comments
 (0)