feat!: Introduce ReadZipStreaming
trait
#62
Merged
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.
Loading