summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
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 d4d6652..a2bc921 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