From 2f56ccfb5ae9c3f09b3b40b7a3e3e4c7b22ce495 Mon Sep 17 00:00:00 2001 From: Ryan Selden Date: Fri, 24 Jun 2016 23:10:14 +0000 Subject: [PATCH] Added coverage report to tox.ini When `tox -e cover` is run, nice coverage reports will be generated in the cover/ directory. Change-Id: I8da177475ff50e1ca08c28371ac1f4352ea14736 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d0840097e..65f1467c8 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,7 @@ install_command = pip install -U --force-reinstall {opts} {packages} commands = python setup.py testr --coverage \ --testr-args='^(?!.*test.*coverage).*$' + coverage report [testenv:genconfig] sitepackages = False