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-06-28 12:41:33 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-06-28 12:41:33 +0300
commitbfba30701ea3cc93be2f4454bf96688da5c1d564 (patch)
tree0272079d5c35d8f84b60e49ad2009c0dcffaebae /tox.cover.sh
parent051a351a437f3f6b89baa08aa80277fcce5f91be (diff)
Bump core coverage
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index 172d2e05b..554f9bfc5 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -20,5 +20,7 @@ rm -f .coverage # --cover-erase is off, make sure stats are correct
# don't use sequential composition (;), if letsencrypt_nginx returns
# 0, coveralls submit will be triggered (c.f. .travis.yml,
# after_success)
-cover letsencrypt 95 && cover acme 100 && \
- cover letsencrypt_apache 76 && cover letsencrypt_nginx 96
+cover letsencrypt 97 && \
+ cover acme 100 && \
+ cover letsencrypt_apache 76 && \
+ cover letsencrypt_nginx 96