diff --git a/tox.ini b/tox.ini index 867623fd1..d4871f77d 100644 --- a/tox.ini +++ b/tox.ini @@ -230,7 +230,7 @@ commands = --cov-report= --cov-config=certbot-ci/certbot_integration_tests/.coveragerc coverage report --include 'certbot/*' --show-missing --fail-under=66 coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74 - coverage report --include 'certbot-apache/*' --show-missing --fail-under=54 + coverage report --include 'certbot-apache/*' --show-missing --fail-under=55 passenv = DOCKER_* [testenv:integration-certbot]