From 24d820dc256faf2c02ef502920177eac977d096c Mon Sep 17 00:00:00 2001 From: liusheng Date: Fri, 30 Dec 2016 16:56:00 +0800 Subject: [PATCH] Enable coverage report This change can help to print the coverage report when run "tox -ecover". Change-Id: I605ca939672018caabe7916c1fecf4086e8997b7 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index fedefab794..e02a09ed54 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='^(?!heat_integrationtests){posargs}' + coverage report [testenv:docs] deps = -r{toxinidir}/requirements.txt