Skip to content

Commit

Permalink
fix generated coverage.xml using an additional .coveragerc and enhanc…
Browse files Browse the repository at this point in the history
…ing tox.ini
  • Loading branch information
gro1m committed Mar 12, 2022
1 parent 193cfa7 commit ed261ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
include =
pycobertura/*
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ max-line-length = 88
commands =
pip install -e .
pip install -r test-requirements.txt
py.test {posargs}
pytest {posargs} --cov-config=.coveragerc

passenv =
LANG
Expand Down

0 comments on commit ed261ce

Please sign in to comment.