From 123073a5198ca800d9b3345dc7d66193ffb5445e Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 10 Dec 2016 15:29:10 -0800 Subject: [PATCH] tox coverage: always build .xml after the run I almost always want this, and I keep forgetting to run 'coverage xml' myself. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7bef4da..09925e3 100644 --- a/tox.ini +++ b/tox.ini @@ -46,3 +46,4 @@ commands = pyflakes setup.py src wormhole --version coverage run --branch -m wormhole.test.run_trial {posargs:wormhole} + coverage xml