[Reproducible-commits] [reprotest] 05/06: Improve coverage measurements

Ceridwen ceridwen-guest at moszumanska.debian.org
Fri Jun 24 18:46:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

ceridwen-guest pushed a commit to branch virtualization
in repository reprotest.

commit 5c6b17f466369e38de651a3aad655f506072782c
Author: Ceridwen <ceridwenv at gmail.com>
Date:   Wed Jun 22 16:46:08 2016 -0400

    Improve coverage measurements
---
 tox.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index 1f57280..c7dce03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,14 +11,15 @@ commands = coverage erase
 skip_install = True
 commands =
   coverage combine
-  coverage report --omit "*tox*"
-  coverage html --omit "*tox*"
+  coverage report
+  coverage html
 
 [testenv]
+usedevelop = True
 deps =
   coverage
 #  coverage_pth
   diffoscope
 #  pytest-cov
 # commands = py.test --cov-report html --cov=reprotest tests/tests.py
-commands = coverage run --parallel tests/tests.py --test-build
+commands = coverage run --omit .tox/* --parallel tests/tests.py --test-build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list