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:
authorJames Kasten <jdkasten@umich.edu>2015-09-26 08:57:39 +0300
committerJames Kasten <jdkasten@umich.edu>2015-09-26 08:57:39 +0300
commit514fc49e696d5d1e546184a1b8afeac87933c5a2 (patch)
treec5f4fbf8dae4c05f56f024ac3c4147367dee9028 /tox.cover.sh
parentf02653801df539df45518eb1887af876da984027 (diff)
lower coverage due to removing revoker :(
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..aa5e3ed88 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -16,7 +16,7 @@ fi
cover () {
if [ "$1" = "letsencrypt" ]; then
- min=97
+ min=96
elif [ "$1" = "acme" ]; then
min=100
elif [ "$1" = "letsencrypt_apache" ]; then