Skip to content

Commit

Permalink
fail under 30
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jul 23, 2024
1 parent 01d6553 commit 86b0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ input = inline:
export TZ=UTC
${buildout:directory}/bin/coverage run bin/test $*
${buildout:directory}/bin/coverage html
${buildout:directory}/bin/coverage report -m --fail-under=90
${buildout:directory}/bin/coverage report -m --fail-under=30
# Fail (exit status 1) if coverage returns exit status 2 (this happens
# when test coverage is below 100%.
output = ${buildout:directory}/bin/test-coverage
Expand Down

0 comments on commit 86b0238

Please sign in to comment.