bearcove / rc-zip

ZIP format implementation in Rust, sans-io
Apache License 2.0
271 stars 25 forks source link

feat: rc-zip-tokio: Re-use cursor if it's at the right offset already #71

Closed fasterthanlime closed 7 months ago

fasterthanlime commented 7 months ago

Closes #61

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 91.30435% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 75.95%. Comparing base (a26f09d) to head (84dc0c6).

:exclamation: Current head 84dc0c6 differs from pull request most recent head 597bdb2. Consider uploading reports for the commit 597bdb2 to get more accurate results

Files Patch % Lines
rc-zip-tokio/src/read_zip.rs 91.30% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================== + Coverage 75.81% 75.95% +0.13% ========================================== Files 25 25 Lines 2382 2404 +22 ========================================== + Hits 1806 1826 +20 - Misses 576 578 +2 ```

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