mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Adapt coverage theshold
This commit is contained in:
parent
920ad89f0a
commit
7943b4295d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ DEFAULT_PACKAGES = [
|
|||
COVER_THRESHOLDS = {
|
||||
'certbot': {'linux': 95, 'windows': 96},
|
||||
'acme': {'linux': 100, 'windows': 99},
|
||||
'certbot_apache': {'linux': 100, 'windows': 100},
|
||||
'certbot_apache': {'linux': 100, 'windows': 0},
|
||||
'certbot_dns_cloudflare': {'linux': 98, 'windows': 98},
|
||||
'certbot_dns_cloudxns': {'linux': 98, 'windows': 98},
|
||||
'certbot_dns_digitalocean': {'linux': 98, 'windows': 98},
|
||||
|
|
|
|||
Loading…
Reference in a new issue