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!: Introduce ReadZipStreaming trait #62

Merged
merged 23 commits into from
Feb 5, 2024

Fix docs

e1bc45c
Select commit
Loading
Failed to load commit list.
Merged

feat!: Introduce ReadZipStreaming trait #62

Fix docs
e1bc45c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 5, 2024 in 0s

76.07% (+1.80%) compared to c95749b

View this Pull Request on Codecov

76.07% (+1.80%) compared to c95749b

Details

Codecov Report

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

Comparison is base (c95749b) 74.27% compared to head (e1bc45c) 76.07%.

Files Patch % Lines
rc-zip-tokio/src/streaming_entry_reader.rs 72.94% 23 Missing ⚠️
rc-zip-sync/src/streaming_entry_reader.rs 69.86% 22 Missing ⚠️
rc-zip/src/parse/archive.rs 66.66% 17 Missing ⚠️
rc-zip/src/fsm/archive.rs 77.27% 15 Missing ⚠️
rc-zip/src/fsm/entry/mod.rs 83.52% 14 Missing ⚠️
rc-zip/src/parse/local_headers.rs 78.00% 11 Missing ⚠️
rc-zip/src/parse/eocd.rs 65.51% 10 Missing ⚠️
rc-zip/src/parse/extra_field.rs 66.66% 10 Missing ⚠️
rc-zip/src/corpus/mod.rs 92.10% 6 Missing ⚠️
rc-zip-tokio/src/read_zip.rs 83.33% 5 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   74.27%   76.07%   +1.80%     
==========================================
  Files          24       25       +1     
  Lines        2192     2408     +216     
==========================================
+ Hits         1628     1832     +204     
- Misses        564      576      +12     

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