Skip to content

Commit

Permalink
Set relative_files and branch coverage run options
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Oct 18, 2021
1 parent 9db5961 commit 0abf6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ python_files=test*.py
testpaths=tests

[coverage:run]
relative_files = True
omit =
etuples/_version.py
tests/*
branch = True

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit 0abf6eb

Please sign in to comment.