Enable coverage report in console output

The current coverage test job doesn't provide any result
to developer, we could enable the coverage report in
console output to let the developers know the current
coverage status when run coverage test job.

Change-Id: Icef8c3b42f087a20c48b5308185f6be8c8f5240d
This commit is contained in:
Kevin_Zheng 2017-01-11 10:23:44 +08:00 committed by Zhenyu Zheng
parent 79b7975929
commit a0f2089c56
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ setenv =
passenv = OS_*
[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=