Display coverage report

... for easy reference. Also make sure old data is purged.

Change-Id: I615044add4f4ceaf73f6b57c0450918343273cae
This commit is contained in:
Takashi Kajinami 2024-02-07 12:07:19 +09:00
parent 33244f6aae
commit 2318610397
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