show coverage output after running tests

Change-Id: I36103b099d3ff23a04b55ade45026c298ef7afe6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-29 14:25:18 -04:00
parent 9d0b781c60
commit ff47955b16
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
coverage combine
coverage html -d cover
coverage report -m
[testenv:pep8]
deps =