From a68de5569659664269e2abac655b6e6b2ba16d4b Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 28 Aug 2019 17:27:13 +0200 Subject: [PATCH] Update coverage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]