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:
authorBrad Warren <bradmw@umich.edu>2015-12-17 01:51:00 +0300
committerBrad Warren <bradmw@umich.edu>2015-12-17 01:51:00 +0300
commita2a6be108d8e8d472c1a545207b2094dbde5e75b (patch)
treea2547e1dca71d1bf019891ae24b2ee9e5b2febbd /tox.cover.sh
parentf387fe80a835b1857a57d8ed0b3f8205bedb210f (diff)
Moar cover
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