From 487b8b69530bce86c1098a8639938482fa3a6919 Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Tue, 15 Dec 2015 21:46:02 +0000 Subject: [PATCH] Improve tox to show coverage results This patch will improve tox -e cover when it will be run a summary of coverage report will be shown afterwards. Change-Id: I5d10a4ec756dcfea74dfb2bc3d43893caf3f6b26 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e4a2b5b79d..84625394e3 100644 --- a/tox.ini +++ b/tox.ini @@ -81,6 +81,7 @@ commands = {[testenv:bandit]commands} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:cover-constraints] install_command = {[testenv:common-constraints]install_command}