From e5d9816d11418ebf08e961696f8869afe201ce32 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 29 Mar 2013 13:15:18 +0100 Subject: Generate coverage xml for cobertura style coverage information that can be picked up by e.g. Jenkins --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3