[python-dtcwt] 254/497: add coverage workaround

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:11 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 55cf43e5543bcbbb07cf93529a88008829e6f2ed
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Jan 29 16:47:23 2014 +0000

    add coverage workaround
    
    Add the workaround documented in
    https://github.com/coagulant/coveralls-python#nosetests
---
 .coverage.rc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.coverage.rc b/.coverage.rc
new file mode 100644
index 0000000..9eb518b
--- /dev/null
+++ b/.coverage.rc
@@ -0,0 +1,7 @@
+# Workaround for nosetests overriding coverage output
+# See: https://github.com/coagulant/coveralls-python#nosetests
+[report]
+omit =
+    */python?.?/*
+    */site-packages/nose/*
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list