summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2017-01-11 10:23:44 +0800
committerZhenyu Zheng <zhengzhenyu@huawei.com>2017-01-13 02:13:43 +0000
commita0f2089c56bd2a0de6717429d3a4b2709fda74c8 (patch)
tree999c4979aa2762982ae13739cfc2d4138489117e
parent79b79759296aaeaf6ce65829aff165c06af68069 (diff)
downloadpython-heatclient-a0f2089c56bd2a0de6717429d3a4b2709fda74c8.tar.gz
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
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0b67fa0..7e1eb4d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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=