diff --git a/tox.cover.py b/tox.cover.py index d433a54ff..febc0d3f3 100755 --- a/tox.cover.py +++ b/tox.cover.py @@ -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},