From 432df97c3a6022e58c973ad454d99a4e5140500a Mon Sep 17 00:00:00 2001
From: "shashi.kant" <shashi.kant@nectechnologies.in>
Date: Wed, 19 Oct 2016 17:57:51 +0530
Subject: [PATCH] Enable code coverage report in console output

Modified swift-client tox.ini configuration to enable code coverage
report in console output.

Change-Id: I60276d6a87c62f4a112b01d97ab35a545d4e5462
---
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 26cfb112..51e5b9c2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,8 @@ commands =
 commands = {posargs}
 
 [testenv:cover]
-commands = python setup.py testr --coverage
+commands = python setup.py testr --coverage 
+           coverage report
 
 [testenv:func]
 setenv = OS_TEST_PATH=tests.functional