aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-25 21:31:25 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-26 10:00:54 +0200
commit9138c280135811602ad75a2576795614ca601f37 (patch)
treef49109e216a2bb0fcf918d5405b71a17a25cc1a1 /debian/rules
parent67fdeeb9019e3bd0e132062ba833bd03e864c6f5 (diff)
Gather coverage information during tests
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d4d6652a..a2bc9215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ checks: links_stamp pychecker
export GIT_AUTHOR_EMAIL=tests@example.com; \
export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \
export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \
- nosetests --exe --with-doctest
+ nosetests --exe --with-doctest --with-coverage --cover-package=gbp
endif
$(GBP_VERSION): debian/changelog