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: add zlib codec #160

Merged
merged 1 commit into from
Mar 10, 2025

feat: add `zlib` codec

7f81ba7
Select commit
Loading
Failed to load commit list.
Merged

feat: add zlib codec #160

feat: add `zlib` codec
7f81ba7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2025 in 1s

81.55% (-0.11%) compared to eec216b

View this Pull Request on Codecov

81.55% (-0.11%) compared to eec216b

Details

Codecov Report

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

Project coverage is 81.55%. Comparing base (eec216b) to head (7f81ba7).

Files with missing lines Patch % Lines
.../src/array/codec/bytes_to_bytes/zlib/zlib_codec.rs 78.30% 23 Missing ⚠️
zarrs_metadata/src/array/codec/ext/zlib.rs 77.55% 11 Missing ⚠️
.../codec/bytes_to_bytes/zlib/zlib_partial_decoder.rs 94.44% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
- Coverage   81.66%   81.55%   -0.11%     
==========================================
  Files         179      183       +4     
  Lines       25638    25954     +316     
==========================================
+ Hits        20936    21166     +230     
- Misses       4702     4788      +86     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.