Skip to content

Commit abda4c3

Browse files
[PATCH] Possible regression fix for coverage (- WIP PR #82 -)
1 parent 9b2efdb commit abda4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sigterm = True
66
# branch = True
77

88
[report]
9-
include = pythonrepo/*,tests/*
9+
include = pythonrepo/*,tests*
1010
# Regexes for lines to exclude from consideration
1111
exclude_lines =
1212
# Have to re-enable the standard pragma

0 commit comments

Comments
 (0)