summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-29 13:15:18 +0100
committerGuido Günther <agx@sigxcpu.org>2013-04-06 18:36:18 +0200
commite5d9816d11418ebf08e961696f8869afe201ce32 (patch)
tree03985a81f58e45573d366377f9fdae5b8c16c8d0 /setup.cfg
parent920053ee48d61df6166f21aa0f57e40480cc4cdc (diff)
Generate coverage xml
for cobertura style coverage information that can be picked up by e.g. Jenkins
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4f8d89a0..ba523b92 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[nosetests]
with-doctest=1
-with-coverage=1
+with-xcoverage=1
with-xunit=1
cover-package=gbp
cover-erase=1