Adapt coverage theshold

This commit is contained in:
Adrien Ferrand 2021-05-31 22:35:16 +02:00
parent 920ad89f0a
commit 7943b4295d

View file

@ -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},