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

refactor!: retrieve and decode _into APIs #136

Merged
merged 21 commits into from
Jan 21, 2025

another test

9bd09fb
Select commit
Loading
Failed to load commit list.
Merged

refactor!: retrieve and decode _into APIs #136

another test
9bd09fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2025 in 0s

81.90% (-0.03%) compared to f675f06, passed because coverage increased by 0.19% when compared to adjusted base (81.70%)

View this Pull Request on Codecov

81.90% (-0.03%) compared to f675f06, passed because coverage increased by 0.19% when compared to adjusted base (81.70%)

Details

Codecov Report

Attention: Patch coverage is 91.51625% with 47 lines in your changes missing coverage. Please review.

Project coverage is 81.90%. Comparing base (f675f06) to head (9bd09fb).

Files with missing lines Patch % Lines
zarrs/src/array/codec.rs 46.42% 15 Missing ⚠️
...s/src/array/codec/array_partial_encoder_default.rs 0.00% 7 Missing ⚠️
...ay/codec/array_to_array_partial_encoder_default.rs 0.00% 7 Missing ⚠️
zarrs/src/array/array_bytes.rs 91.89% 6 Missing ⚠️
zarrs/src/array/array_bytes_fixed_disjoint_view.rs 97.75% 5 Missing ⚠️
...ay/codec/array_to_bytes/sharding/sharding_codec.rs 91.37% 5 Missing ⚠️
zarrs/src/array/array_sync_readable.rs 96.00% 1 Missing ⚠️
...arrs/src/array/codec/array_to_bytes/codec_chain.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   81.93%   81.90%   -0.03%     
==========================================
  Files         171      172       +1     
  Lines       24268    24340      +72     
==========================================
+ Hits        19883    19935      +52     
- Misses       4385     4405      +20     

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