[strip-nondeterminism] 01/01: Print test coverage report.

Chris Lamb chris at chris-lamb.co.uk
Sat Sep 3 18:49:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch debian
in repository strip-nondeterminism.

commit 33a9f75f9fe1d44018d59f4524ee93d945b55194
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Sep 3 19:48:50 2016 +0100

    Print test coverage report.
---
 debian/control | 1 +
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 2ae126d..7e9f52b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Build-Depends:
  debhelper (>= 9),
 Build-Depends-Indep:
  libarchive-zip-perl,
+ libdevel-cover-perl <!nocheck>,
  perl,
 Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>
 Uploaders:
diff --git a/debian/rules b/debian/rules
index 0e08d38..88d5315 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ override_dh_auto_clean:
 	rm -f Makefile
 	dh_auto_clean
 
+override_dh_auto_test:
+	cover -test -make 'prove -v -Ilib; return $?;' -ignore_re '^t/'
+
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list