mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
update some values
This commit is contained in:
parent
0ba1aa6718
commit
f695a5e683
2 changed files with 9 additions and 9 deletions
14
tox.cover.py
14
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},
|
||||
|
|
|
|||
4
tox.ini
4
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue