Skip to content

Commit

Permalink
Fix coverage value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 3, 2021
1 parent cdb5554 commit 8a383cb
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 @@ -94,7 +94,7 @@ commands =
pytest --cov=src --cov=tests --cov-report= {posargs}
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
coverage html
coverage report -m --fail-under=100
coverage report -m --fail-under=99.2

[coverage:run]
branch = True
Expand Down

0 comments on commit 8a383cb

Please sign in to comment.