update some values

This commit is contained in:
Brad Warren 2020-02-27 15:51:15 -08:00
parent 0ba1aa6718
commit f695a5e683
2 changed files with 9 additions and 9 deletions

View file

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

View file

@ -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]