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

Support LZMA compression method #41

Merged
merged 15 commits into from
Jan 26, 2024
Merged

Support LZMA compression method #41

merged 15 commits into from
Jan 26, 2024

Conversation

fasterthanlime
Copy link
Collaborator

(behind lzma feature flag)

Closes #34

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2024

Codecov Report

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

Comparison is base (9ed7f63) 73.83% compared to head (90ad152) 74.18%.

Files Patch % Lines
...es/rc-zip/src/reader/sync/entry_reader/lzma_dec.rs 78.16% 19 Missing ⚠️
crates/rc-zip/src/error.rs 0.00% 6 Missing ⚠️
crates/rc-zip/src/reader/sync/entry_reader/mod.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   73.83%   74.18%   +0.34%     
==========================================
  Files          17       19       +2     
  Lines        1678     1801     +123     
==========================================
+ Hits         1239     1336      +97     
- Misses        439      465      +26     

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

@fasterthanlime fasterthanlime merged commit 51cd57a into main Jan 26, 2024
5 checks passed
@fasterthanlime fasterthanlime deleted the lzma-rs branch January 26, 2024 20:45
This was referenced Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support LZMA compression
2 participants