From 223405b5ef3c9151ecb403bf0a4fc8f5480e183f Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Wed, 4 Jan 2017 08:55:07 +0800 Subject: [PATCH] Enable coverage report in console output Enable coverage report in console output Change-Id: Ia03a5c9814054e02ad1114281814378fc4931311 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d501a4..ce77793 100644 --- a/tox.ini +++ b/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