Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins
2017-01-18 16:34:14 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,9 @@ whitelist_externals = bash
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands=