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:
parent
2fb37b14a2
commit
010391b09b
1 changed files with 14 additions and 0 deletions
14
.coveragerc
Normal file
14
.coveragerc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue