We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abda4c3 commit 4c950d8Copy full SHA for 4c950d8
.coveragerc
@@ -2,11 +2,10 @@
2
concurrency = multiprocessing
3
parallel = True
4
sigterm = True
5
-# enable if you want to consider branches in coverage
6
-# branch = True
+branch = True
7
8
[report]
9
-include = pythonrepo/*,tests*
+include = pythonrepo/*,tests/*
10
# Regexes for lines to exclude from consideration
11
exclude_lines =
12
# Have to re-enable the standard pragma
0 commit comments