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

Remove `into_array_view` array and codec API #39

Closed LDeakin closed 3 months ago

LDeakin commented 3 months ago

Also remove internal ChunksPerShardError and just use CodecError::Other

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.37349% with 11 lines in your changes missing coverage. Please review.

Project coverage is 79.61%. Comparing base (e2b7e36) to head (f52e925).

Files Patch % Lines
...ay/codec/array_to_bytes/sharding/sharding_codec.rs 93.24% 5 Missing :warning:
src/array/codec/array_to_bytes/sharding.rs 25.00% 3 Missing :warning:
src/array/array_async_readable.rs 96.77% 1 Missing :warning:
src/array/array_sync_readable.rs 95.83% 1 Missing :warning:
src/array/array_sync_sharded_readable_ext.rs 96.55% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ========================================== - Coverage 80.04% 79.61% -0.43% ========================================== Files 143 142 -1 Lines 20330 19573 -757 ========================================== - Hits 16273 15583 -690 + Misses 4057 3990 -67 ```

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