We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d854133 commit 14d83c6Copy full SHA for 14d83c6
1 file changed
.coveragerc
@@ -1,10 +1,14 @@
1
[run]
2
-include =
3
- splitio/*.py
+source =
+ splitio/
4
+
5
omit =
6
tests/*
7
*/__init__.py
-branch = true
8
9
+branch = True
10
11
+relative_files = True
12
13
[report]
14
# Regexes for lines to exclude from consideration
@@ -25,6 +29,3 @@ exclude_lines =
25
29
if __name__ == .__main__.:
26
30
27
31
precision = 2
28
-
-[xml]
-directory = coverage.xml
0 commit comments