Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: More efficient AsyncRandomAccessFileCursor implementation #73

Merged
merged 3 commits into from
Mar 16, 2024

fix: In Entry FSM, don't recurse infinitely if buffer doesn't contain…

470a7f3
Select commit
Loading
Failed to load commit list.
Merged

feat: More efficient AsyncRandomAccessFileCursor implementation #73

fix: In Entry FSM, don't recurse infinitely if buffer doesn't contain…
470a7f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 16, 2024 in 0s

76.37% (+0.21%) compared to a34a302

View this Pull Request on Codecov

76.37% (+0.21%) compared to a34a302

Details

Codecov Report

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

Project coverage is 76.37%. Comparing base (a34a302) to head (470a7f3).

Files Patch % Lines
rc-zip/src/fsm/entry/mod.rs 70.64% 32 Missing ⚠️
rc-zip-tokio/src/read_zip.rs 92.30% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   76.15%   76.37%   +0.21%     
==========================================
  Files          25       25              
  Lines        2424     2455      +31     
==========================================
+ Hits         1846     1875      +29     
- Misses        578      580       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.