Merge "Add report to coverage"
This commit is contained in:
commit
fe2d77448d
5
tox.ini
5
tox.ini
@ -26,7 +26,10 @@ commands =
|
||||
commands = {posargs}
|
||||
|
||||
[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]
|
||||
commands = python setup.py build_sphinx
|
||||
|
Loading…
Reference in New Issue
Block a user