From 4ff71b53d9ae6676a3ca0dd8eb63fe2001df0722 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 16 Aug 2018 11:31:57 -0700 Subject: [PATCH] update min certbot percentage --- 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 c7c63ab4c..0beb83a2c 100755 --- a/tests/certbot-boulder-integration.sh +++ b/tests/certbot-boulder-integration.sh @@ -486,4 +486,4 @@ if [ "${BOULDER_INTEGRATION:-v1}" = "v2" ]; then --manual-cleanup-hook ./tests/manual-dns-cleanup.sh fi -coverage report --fail-under 65 --include 'certbot/*' --show-missing +coverage report --fail-under 64 --include 'certbot/*' --show-missing