Merge "Fix tox cover check"

This commit is contained in:
Zuul 2023-03-05 16:44:55 +00:00 committed by Gerrit Code Review
commit 61f5bb8c2f

View File

@ -45,10 +45,10 @@ setenv =
commands =
coverage erase
stestr run --serial {posargs}
coverage run -a run_tests.py
#coverage run -a run_tests.py
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report
coverage report --fail-under=46
[testenv:venv]
commands = {posargs}