Skip to content

Commit 14d83c6

Browse files
committed
Use relative paths in coverage
1 parent d854133 commit 14d83c6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.coveragerc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[run]
2-
include =
3-
splitio/*.py
2+
source =
3+
splitio/
4+
45
omit =
56
tests/*
67
*/__init__.py
7-
branch = true
8+
9+
branch = True
10+
11+
relative_files = True
812

913
[report]
1014
# Regexes for lines to exclude from consideration
@@ -25,6 +29,3 @@ exclude_lines =
2529
if __name__ == .__main__.:
2630

2731
precision = 2
28-
29-
[xml]
30-
directory = coverage.xml

0 commit comments

Comments
 (0)