Skip to content

Commit

Permalink
Use relative paths in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Israphel committed Apr 4, 2023
1 parent d854133 commit 14d83c6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[run]
include =
splitio/*.py
source =
splitio/

omit =
tests/*
*/__init__.py
branch = true

branch = True

relative_files = True

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

precision = 2

[xml]
directory = coverage.xml

0 comments on commit 14d83c6

Please sign in to comment.