From dea52657e6523575db403f5236671d869357f51c Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Wed, 19 Oct 2016 16:55:07 +0530 Subject: Enable code coverage report in console output Change the behaviour of tox -e cover to also print the coverage report to the console, rather than only creating html files that contain the report. This is a convenience change and should provide a better user experience. Change-Id: I10dca81fa600083ec5e0471e88aaa712a1e68bf6 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 83ba185..11016bd 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands = oslo_debug_helper -t keystoneclient/tests {posargs} -- cgit v1.2.1