From 382e1d4b328fb1faa24caa20273a03df80c5cfb6 Mon Sep 17 00:00:00 2001 From: reedip Date: Tue, 26 Jan 2016 09:41:15 +0900 Subject: [PATCH] Add report to coverage The following patch is a trivial fix and adds report to the coverage output. TrivialFix Change-Id: Id665a07f590d85d4f7233fe513a841222c85c307 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fbbc32d7..5a4262aa 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,9 @@ commands = flake8 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 = python setup.py build_sphinx