[tor-commits] [bridgedb/master] Skip coverage branch testing for those which include ``pass``.
isis at torproject.org
isis at torproject.org
Sun Mar 16 19:04:57 UTC 2014
commit 63a41751b7a05f340196af8c2871770ad805a480
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Mar 4 04:30:33 2014 +0000
Skip coverage branch testing for those which include ``pass``.
---
.coveragerc | 1 +
1 file changed, 1 insertion(+)
diff --git a/.coveragerc b/.coveragerc
index 46c0c56..569fd88 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -18,6 +18,7 @@ exclude_lines =
pragma: no cover
# don't complain if the code doesn't hit unimplemented sections:
raise NotImplementedError
+ pass
# don't complain if non-runnable or debuging code isn't run:
if 0:
if False:
More information about the tor-commits
mailing list