LDeakin / zarrs

A rust library for the Zarr storage format for multidimensional arrays and metadata
Apache License 2.0
104 stars 10 forks source link

Add support for `pcodec` 0.3.0 #35

Closed LDeakin closed 4 months ago

LDeakin commented 4 months ago

This changes the configuration schema.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 69.69697% with 50 lines in your changes missing coverage. Please review.

Project coverage is 80.75%. Comparing base (95c0b4d) to head (225dc67).

Files Patch % Lines
src/metadata/v3/codec/pcodec.rs 68.96% 36 Missing :warning:
.../array/codec/array_to_bytes/pcodec/pcodec_codec.rs 44.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== - Coverage 80.82% 80.75% -0.08% ========================================== Files 143 143 Lines 20598 20740 +142 ========================================== + Hits 16649 16749 +100 - Misses 3949 3991 +42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LDeakin commented 4 months ago

Pending https://github.com/mwlon/pcodec/pull/221