From 84a80893727c26b2b176e0e3f4f0d08bbcec860f Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Wed, 19 Oct 2016 16:12:36 +0530 Subject: [PATCH] Enable code coverage report in console output Modified tox configuration to enable code coverage report in console output Change-Id: I57c5aa7d88e3bab5397c996677a0d18d6157f79f --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 29a2b24..b43ce93 100644 --- a/tox.ini +++ b/tox.ini @@ -33,6 +33,7 @@ setenv = [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands=