Merge "Enable coverage report in console output"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -31,7 +31,9 @@ basepython = python3.4
|
||||
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py test --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[tox:jenkins]
|
||||
sitepackages = False
|
||||
|
||||
Reference in New Issue
Block a user