Skip to content

Commit

Permalink
exclude eggsupport.py from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Oct 14, 2024
1 parent 02c6af3 commit e6a1d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ deps =
coverage
commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
coverage run --omit eggsupport.py -m zope.testrunner --test-path=src {posargs:-vc}
coverage html --ignore-errors
coverage report --ignore-errors --show-missing --fail-under=84

Expand Down

0 comments on commit e6a1d3e

Please sign in to comment.