Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-10-06 21:58:06 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-06 21:58:06 +0300
commitf7241af5cee6c395104dada8d0ce9c718520a522 (patch)
treec97256c5da7968bee6a92398b96cf7ff693bb99f /tox.cover.sh
parent63dc3cbb2a2eddab5cee346085c2e789c617a210 (diff)
Bump core coverage to 98%
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index edfd9b81a..8418de9a8 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -16,7 +16,7 @@ fi
cover () {
if [ "$1" = "letsencrypt" ]; then
- min=97
+ min=98
elif [ "$1" = "acme" ]; then
min=100
elif [ "$1" = "letsencrypt_apache" ]; then