From 2ba9b07004f9291518c3833ee90c2f173dc9e392 Mon Sep 17 00:00:00 2001
From: Jeremy Liu <liujiong@gohighsec.com>
Date: Fri, 30 Dec 2016 16:33:42 +0800
Subject: [PATCH] Enable coverage report in console output

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

diff --git a/tox.ini b/tox.ini
index 75f28679..bc67881e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,9 @@ commands = {posargs}
 commands = oslo_debug_helper {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