Skip to content

Commit

Permalink
test: Make coverage report great again (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Mar 31, 2023
1 parent 1141bb9 commit 35cb549
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ envlist =
python =
3.8: py38
3.9: py39
3.10: py310, lint, type, coverage
3.10: py310, lint, type, report
[testenv]
description = run the test driver with {basepython}
Expand Down Expand Up @@ -158,7 +158,8 @@ commands = coverage erase
[testenv:report]
deps = coverage[toml]
commands = coverage report
# TODO adding -i for now
commands = coverage report -i
# add the following to make the report fail under some percentage
# commands = coverage report --fail-under=80
depends = py310
Expand Down

0 comments on commit 35cb549

Please sign in to comment.