Display coverage report

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

Change-Id: Ic017107ae15fa33cdfd4866f812af9a583a32f14
This commit is contained in:
Takashi Kajinami 2024-02-07 12:17:40 +09:00
parent b5244bd05a
commit 795185d43c
1 changed files with 2 additions and 0 deletions

View File

@ -24,10 +24,12 @@ commands =
setenv =
PYTHON=coverage run --source oslo_messaging --parallel-mode
commands =
coverage erase
stestr run --slowest {posargs}
coverage combine
coverage html -d cover
coverage report
coverage report --show-missing
[testenv:venv]
commands = {posargs}