Enable coverage report in console output
Enable coverage report in console output Change-Id: Ia03a5c9814054e02ad1114281814378fc4931311
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -24,7 +24,9 @@ commands = flake8
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py test --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Reference in New Issue
Block a user