From 5563c08f8ba6519f5ff364cc451c57c5e04943bf Mon Sep 17 00:00:00 2001 From: Michael Lekkas Date: Fri, 26 Aug 2016 14:06:45 +0100 Subject: [PATCH] Enable code coverage report in console output Modified tox configuration to enable code coverage report in console output Change-Id: I1b08adfe9aeb4903838465f1008db0bb98567885 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 61e877780..f7b94a271 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands = {posargs} [testenv:cover] commands = python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands =