1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00
ocrd_calamari/.coveragerc

15 lines
227 B
Text
Raw Normal View History

2019-12-03 16:42:09 +01:00
[run]
branch = True
source =
ocrd_calamari
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
ocrd_calamari/cli.py