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 =
PYTHON=coverage run --source oslo_db --parallel-mode
commands =
coverage erase
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report --show-missing
[testenv:docs]
allowlist_externals =