1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

work around undocumented lack of ability to reference multi-named envs

This commit is contained in:
Erica Portnoy
2024-03-27 15:11:21 -07:00
parent 39fda1d44d
commit 4925f71933

View File

@@ -73,7 +73,7 @@ basepython = python3.8
setenv = CERTBOT_OLDEST=1
commands = {[testenv:py]commands}
[testenv:cover{,-posix}]
[testenv:cover]
coverage_report = python -m coverage report
# These coverage report commands are used on both posix and windows
common_coverage_report_commands =
@@ -98,6 +98,9 @@ commands =
{[testenv:cover]coverage_report} --fail-under 100 --include certbot-apache/*
{[testenv:cover]common_coverage_report_commands}
[testenv:cover-posix]
commands = {[testenv:cover]commands}
[testenv:cover-win]
commands =
{[testenv:py-win]commands} --cov --cov-report=