Merge "Display coverage report"

This commit is contained in:
Zuul 2024-02-07 04:47:58 +00:00 committed by Gerrit Code Review
commit b6db590654
1 changed files with 2 additions and 0 deletions

View File

@ -26,10 +26,12 @@ deps = {[testenv]deps}
setenv =
PYTHON=coverage run --source oslo_upgradecheck --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 =