From b689a333e484bf0f55dbb519d950be2c279ce87d Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 6 Mar 2019 23:41:18 +0100 Subject: [PATCH] Specific coverages --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c5fe0644..ac232e559 100644 --- a/tox.ini +++ b/tox.ini @@ -259,6 +259,6 @@ commands = --cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \ --cov-config={toxinidir}/certbot-ci/certbot_integration_tests/.coveragerc \ -W 'ignore:Unverified HTTPS request' - coverage report --fail-under=65 --show-missing + coverage report --fail-under=64 --include 'certbot/*' --show-missing passenv = DOCKER_*