Output coverage report in the way recognized by the CI

Change-Id: I7a82fcf1372f4916e12bbdaa6f9d0847d4692204
This commit is contained in:
Dmitry Tantsur 2017-11-07 13:20:21 +01:00
parent 53972b61bf
commit e6bf1722fe
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
commands =
coverage run --branch --include "ironic_inspector*" -m unittest discover ironic_inspector.test.unit
coverage report -m
coverage html -d ./cover --omit='*test*'
[testenv:pep8]
basepython = python2.7