From 7943b4295d5bc4d4ec921a4da05524e80029e4e0 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Mon, 31 May 2021 22:35:16 +0200 Subject: [PATCH] Adapt coverage theshold --- tox.cover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},