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-05-28 11:02:43 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-05-28 11:02:43 +0300
commit3809a817ea6a7c74e7b63cbe7b70c268cc77a19c (patch)
tree28dfefb0ac921b7a2a8fb028ef5d7afd573618e0 /tox.cover.sh
parentf798c117f7badf3d411eb9706bb751bb098730a0 (diff)
Bump coverage
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 273dea04e..80b6474d7 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -18,5 +18,5 @@ cover () {
# don't use sequential composition (;), if letsencrypt_nginx returns
# 0, coveralls submit will be triggered (c.f. .travis.yml,
# after_success)
-cover letsencrypt 94 && cover acme 100 && \
+cover letsencrypt 95 && cover acme 100 && \
cover letsencrypt_apache 78 && cover letsencrypt_nginx 96