diff --git a/tox.cover.py b/tox.cover.py index 4848b2740..baa996c20 100755 --- a/tox.cover.py +++ b/tox.cover.py @@ -14,14 +14,14 @@ DEFAULT_PACKAGES = [ 'certbot_dns_sakuracloud', 'certbot_nginx'] COVER_THRESHOLDS = { - 'certbot': {'linux': 96, 'windows': 96}, - 'acme': {'linux': 100, 'windows': 99}, + 'certbot': {'linux': 95.7, 'windows': 96.56}, + 'acme': {'linux': 100, 'windows': 99.76}, 'certbot_apache': {'linux': 100, 'windows': 100}, - 'certbot_dns_cloudflare': {'linux': 98, 'windows': 98}, - 'certbot_dns_cloudxns': {'linux': 98, 'windows': 98}, - 'certbot_dns_digitalocean': {'linux': 98, 'windows': 98}, - 'certbot_dns_dnsimple': {'linux': 98, 'windows': 98}, - 'certbot_dns_dnsmadeeasy': {'linux': 99, 'windows': 99}, + 'certbot_dns_cloudflare': {'linux': 98, 'windows': 98.67}, + 'certbot_dns_cloudxns': {'linux': 98, 'windows': 98.47}, + 'certbot_dns_digitalocean': {'linux': 98, 'windows': 98.78}, + 'certbot_dns_dnsimple': {'linux': 98, 'windows': 98.38}, + 'certbot_dns_dnsmadeeasy': {'linux': 99, 'windows': 98.49}, 'certbot_dns_gehirn': {'linux': 97, 'windows': 97}, 'certbot_dns_google': {'linux': 99, 'windows': 99}, 'certbot_dns_linode': {'linux': 98, 'windows': 98}, diff --git a/tox.ini b/tox.ini index 3903cdf45..484780e54 100644 --- a/tox.ini +++ b/tox.ini @@ -246,8 +246,8 @@ commands = --acme-server={env:ACME_SERVER:pebble} \ --cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \ --cov-config=certbot-ci/certbot_integration_tests/.coveragerc - coverage report --include 'certbot/*' --show-missing --fail-under=65 - coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74 + coverage report --include 'certbot/*' --show-missing --fail-under=66.5 + coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74.3 passenv = DOCKER_* [testenv:integration-certbot]