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

Only do the coverage on our code

This commit is contained in:
Gerber, Mike 2019-12-03 16:42:09 +01:00
parent 2fb37b14a2
commit 010391b09b

14
.coveragerc Normal file
View file

@ -0,0 +1,14 @@
[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