mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
14 lines
227 B
INI
14 lines
227 B
INI
[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
|