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!: move the zarrs::array::{data_type,fill_value} modules into the zarrs_data_type crate #139

Merged
merged 2 commits into from
Jan 23, 2025

Merge branch 'main' into zarrs_data_type

0cadcf6
Select commit
Loading
Failed to load commit list.
Merged

refactor!: move the zarrs::array::{data_type,fill_value} modules into the zarrs_data_type crate #139

Merge branch 'main' into zarrs_data_type
0cadcf6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 0s

82.12% (+0.03%) compared to 134af54

View this Pull Request on Codecov

82.12% (+0.03%) compared to 134af54

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.12%. Comparing base (134af54) to head (0cadcf6).

Files with missing lines Patch % Lines
zarrs/src/array/codec/array_to_bytes/bytes.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   82.08%   82.12%   +0.03%     
==========================================
  Files         173      173              
  Lines       24481    24489       +8     
==========================================
+ Hits        20095    20111      +16     
+ Misses       4386     4378       -8     

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