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-09-29 04:47:15 +0300
committerBrad Warren <bradmw@umich.edu>2015-09-29 04:47:15 +0300
commitdc0b26c2781132a1c3f0622c40c93f4e64bf1f53 (patch)
tree95fa145f66cc33b501c4600df32a1cf0f42b312e /tox.cover.sh
parented7977fb039d74455d088a4bb11cbf2eaf91373b (diff)
Raised cover percentage
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 aa5e3ed88..edfd9b81a 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -16,7 +16,7 @@ fi
cover () {
if [ "$1" = "letsencrypt" ]; then
- min=96
+ min=97
elif [ "$1" = "acme" ]; then
min=100
elif [ "$1" = "letsencrypt_apache" ]; then