Files
OCRmyPDF/.coveragerc
T
2019-06-03 02:26:49 -07:00

26 lines
361 B
INI

# Coverage isn't really compatible with subprocesses so results are unreliable
[paths]
source =
src
*/site-packages
[run]
branch = true
parallel = true
source =
src/ocrmypdf
tests
omit =
tests/spoof/*
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if False:
if __name__ == .__main__.: