From 03f6c6d0e5353490fbde01f55c7ecdbbde9acd84 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Jun 2017 21:08:37 -0700 Subject: [PATCH] Bump min integration test coverage to 64 (#4868) --- tests/boulder-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh index cf49f664b..913880c8b 100755 --- a/tests/boulder-integration.sh +++ b/tests/boulder-integration.sh @@ -248,4 +248,4 @@ then . ./certbot-nginx/tests/boulder-integration.sh fi -coverage report --fail-under 52 -m +coverage report --fail-under 64 -m