✅ Only do the coverage on our code
parent
2fb37b14a2
commit
010391b09b
@ -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
|
Loading…
Reference in New Issue