michalc / stream-inflate

Uncompress Deflate and Deflate64 streams in pure Python (albeit compiled with Cython)
MIT License
11 stars 3 forks source link

ci: fix code coverage off-by-two errors #83

Closed michalc closed 1 month ago

michalc commented 1 month ago

The slightly hack of putting in comments into the code made the code coverage reports off-by-two in terms of where the lines get covered or not