[diffoscope] 02/05: tests: Don't warn about coverage lines that raise NotImplementedError.
Chris Lamb
chris at chris-lamb.co.uk
Sun Jan 22 07:31:30 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 6f2bee3284e3aac00a8815ece81532d48c34a821
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jan 21 23:20:09 2017 +1100
tests: Don't warn about coverage lines that raise NotImplementedError.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
.coveragerc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..a48530b
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,4 @@
+[report]
+exclude_lines =
+ noqa
+ raise NotImplementedError
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list