memorysafety / zlib-rs

A safer zlib
zlib License
79 stars 6 forks source link

Gzip support for inflate #33

Closed bramtweedegolf closed 4 months ago

bramtweedegolf commented 4 months ago

Partial gzip implementation for inflate

codecov[bot] commented 4 months ago

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (0f6a4bc) 85.96% compared to head (e8d815d) 86.78%.

Files Patch % Lines
zlib-rs/src/inflate.rs 92.85% 19 Missing :warning:
zlib-rs/src/deflate.rs 96.62% 5 Missing :warning:
libz-rs-sys/src/lib.rs 75.00% 2 Missing :warning:
load-dynamic-libz-ng/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 85.96% 86.78% +0.81% ========================================== Files 31 31 Lines 7503 7929 +426 ========================================== + Hits 6450 6881 +431 + Misses 1053 1048 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.