[bridgedb/develop] Skip coverage branch testing for those which include ``pass``.

4 Mar
2014
4 Mar
'14
4:52 a.m.
commit 63a41751b7a05f340196af8c2871770ad805a480 Author: Isis Lovecruft <isis@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:
4082
Age (days ago)
4082
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org