summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-28 23:39:15 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-29 09:45:19 +0100
commitca7dec540c40e4bf0a1572ce70687fcfad68aa8b (patch)
treeee8cfcb7be4562f06bfde7546151b43f482d39ff /setup.cfg
parent2a873e1a4d6babf37e417c9da3e4e1b3640bc347 (diff)
Write coverage information as html
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7dfbe05a..623dbdcd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,9 @@
with-doctest=1
with-coverage=1
cover-package=gbp
+cover-erase=1
+cover-html=1
+cover-html-dir=build/cover/
[epydoc]
name = git-buildpackage