Merge "Display coverage report"

This commit is contained in:
Zuul 2024-02-07 06:21:16 +00:00 committed by Gerrit Code Review
commit 3e1618fb99
1 changed files with 2 additions and 0 deletions

View File

@ -38,10 +38,12 @@ commands = {posargs}
setenv = setenv =
PYTHON=coverage run --source oslo_db --parallel-mode PYTHON=coverage run --source oslo_db --parallel-mode
commands = commands =
coverage erase
stestr run {posargs} stestr run {posargs}
coverage combine coverage combine
coverage html -d cover coverage html -d cover
coverage xml -o cover/coverage.xml coverage xml -o cover/coverage.xml
coverage report --show-missing
[testenv:docs] [testenv:docs]
allowlist_externals = allowlist_externals =