mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
tox: rm unnecessary apache/nginx coverage
This commit is contained in:
parent
3b7a1fe47a
commit
698c2ae8e1
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
|
@ -87,12 +87,10 @@ common_coverage_report_commands =
|
|||
{[testenv:cover]coverage_report} --fail-under 99 --include certbot-dns-rfc2136/*
|
||||
{[testenv:cover]coverage_report} --fail-under 94 --include certbot-dns-route53/*
|
||||
{[testenv:cover]coverage_report} --fail-under 99 --include certbot-dns-sakuracloud/*
|
||||
{[testenv:cover]coverage_report} --fail-under 98 --include certbot-nginx/*
|
||||
commands =
|
||||
{[testenv:py]commands} --cov --cov-report=
|
||||
{[testenv:cover]coverage_report} --fail-under 100 --include acme/*
|
||||
{[testenv:cover]coverage_report} --fail-under 95 --include certbot/*
|
||||
{[testenv:cover]coverage_report} --fail-under 100 --include certbot-apache/*
|
||||
{[testenv:cover]common_coverage_report_commands}
|
||||
|
||||
# Another workaround for https://github.com/tox-dev/tox/issues/2858 in tox v4.
|
||||
|
|
@ -237,7 +235,6 @@ commands =
|
|||
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
|
||||
--cov-config=certbot-ci/src/certbot_integration_tests/.coveragerc
|
||||
coverage report --include 'certbot/*' --show-missing --fail-under=65
|
||||
coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74
|
||||
passenv = DOCKER_*
|
||||
|
||||
[testenv:integration-certbot]
|
||||
|
|
|
|||
Loading…
Reference in a new issue