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-07-28 05:26:28 +0300
committerBrad Warren <bradmw@umich.edu>2015-07-28 05:26:28 +0300
commit12b997078780bef28f17cb7b6d080844311ca383 (patch)
tree445f7df972650e5191fb7e4b1ecd86bedf30a39a /tox.cover.sh
parent0a60122cf65935bd41652aba67d8b75c51e287a5 (diff)
Finished script besides commit and started unit tests
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index f1d882cee..1e8f2d5f7 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -23,4 +23,5 @@ rm -f .coverage # --cover-erase is off, make sure stats are correct
cover letsencrypt 97 && \
cover acme 100 && \
cover letsencrypt_apache 78 && \
- cover letsencrypt_nginx 96
+ cover letsencrypt_nginx 96 && \
+ cover letshelp_letsencrypt 100