OCR-D / core

Collection of OCR-related python tools and wrappers from @OCR-D
https://ocr-d.de/core/
Apache License 2.0
117 stars 31 forks source link

make test-logging: remove .coverage if it exists #1229

Closed kba closed 1 month ago

kba commented 1 month ago

The make coverage test does not anticipate that test-logging is run in a temporary directory. This PR at least removes .coverage so make coverage won't fail, but we should find a way to have those results reflected in the total coverage.