Track .coveragerc for future reference

This commit is contained in:
James R. Barlow
2017-10-11 13:05:19 -07:00
parent 51defa6d66
commit 6f8682f558
+16
View File
@@ -0,0 +1,16 @@
# Coverage isn't really compatible with subprocesses so results are unreliable
[run]
branch = True
#concurrency = multiprocessing
source = ocrmypdf/
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if False:
if __name__ == .__main__.: