From b660163f93311f67e59a17e1ce5aa60c13c2a77f Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 13 Jan 2017 10:48:35 +0800 Subject: [PATCH] Enable coverage report in console output Change-Id: I5d8ae5e0eb3f951807bc800f0f72a696574627a6 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cad5290..32f4e89 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,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=