Merge "Fix coverage job from running with tox4"

This commit is contained in:
Zuul 2023-02-20 18:01:13 +00:00 committed by Gerrit Code Review
commit c28c2e063a
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
allowlist_externals = {toxinidir}/tools/cover.sh
commands = {toxinidir}/tools/cover.sh {posargs}
[testenv:docs]