Add report to coverage
Following patch adds report display to the output of coverage. TrivialFix Change-Id: I47f30e3ce13ef4f1a3dd05f6079db8f1f4dda847
This commit is contained in:
parent
b1a7accda0
commit
d3c73b86f8
5
tox.ini
5
tox.ini
@ -25,7 +25,10 @@ commands = flake8
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --coverage-package-name=neutron_taas --testr-args='{posargs}'
|
commands =
|
||||||
|
python setup.py testr --coverage --coverage-package-name=neutron_taas --testr-args='{posargs}'
|
||||||
|
coverage report
|
||||||
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user