memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

prepare tests for miri #111

Closed folkertdev closed 3 weeks ago

folkertdev commented 3 weeks ago

this requires an unmerged PR on miri right now, but I'm hopeful that'll get merged soon. In any case this fixes some memory issues in tests (the actual library logic is fine!)

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 99.30070% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.15%. Comparing base (ac54c0d) to head (7b9cbf6).

Files Patch % Lines
zlib-rs/src/deflate.rs 98.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ========================================== + Coverage 90.11% 90.15% +0.04% ========================================== Files 36 36 Lines 9597 9664 +67 ========================================== + Hits 8648 8713 +65 - Misses 949 951 +2 ```

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