Merge "Display coverage report"

This commit is contained in:
Zuul 2024-02-07 06:56:17 +00:00 committed by Gerrit Code Review
commit 6f108bae2f
1 changed files with 2 additions and 0 deletions

View File

@ -41,10 +41,12 @@ commands =
setenv =
PYTHON=coverage run --source oslo_cache --parallel-mode
commands =
coverage erase
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report --show-missing
[flake8]
show-source = True