Skip to content

Commit

Permalink
Merge pull request certbot#801 from letsencrypt/moar_cover
Browse files Browse the repository at this point in the history
Increased letsencrypt and letsencrypt-nginx cover minimums
  • Loading branch information
jdkasten committed Sep 21, 2015
2 parents e144a88 + 65dd4c6 commit f1179ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.cover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ fi

cover () {
if [ "$1" = "letsencrypt" ]; then
min=96
min=97
elif [ "$1" = "acme" ]; then
min=100
elif [ "$1" = "letsencrypt_apache" ]; then
min=100
elif [ "$1" = "letsencrypt_nginx" ]; then
min=96
min=97
elif [ "$1" = "letshelp_letsencrypt" ]; then
min=100
else
Expand Down

0 comments on commit f1179ba

Please sign in to comment.