Skip to content

Commit

Permalink
Require minimum coverage.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed Aug 10, 2018
1 parent f9543d5 commit 14a77fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -31,7 +31,7 @@ commands =
coverage combine
coverage html -i
coverage xml -i
coverage report -i
coverage report -i --skip-covered --fail-under=86

[testenv:flake8]
basepython = python3.6
Expand Down

0 comments on commit 14a77fa

Please sign in to comment.