From ca07ee32b076feac21fbd9ef97f14a87c5d6572c Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 30 Mar 2018 18:17:17 -0700 Subject: [PATCH] fail under 65 --- tests/certbot-boulder-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/certbot-boulder-integration.sh b/tests/certbot-boulder-integration.sh index c53924f1b..a235f3c82 100755 --- a/tests/certbot-boulder-integration.sh +++ b/tests/certbot-boulder-integration.sh @@ -451,4 +451,4 @@ if [ "${BOULDER_INTEGRATION:-v1}" = "v2" ]; then --manual-cleanup-hook ./tests/manual-dns-cleanup.sh fi -coverage report -m +coverage report --fail-under 65 -m