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 `gdeflate` bytes to bytes codec #46

Closed LDeakin closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 87.18535% with 56 lines in your changes missing coverage. Please review.

Project coverage is 81.86%. Comparing base (de1ab0d) to head (f5902b7).

Files Patch % Lines
src/metadata/v3/codec/gdeflate.rs 64.15% 19 Missing :warning:
src/array/codec/bytes_to_bytes/gdeflate.rs 93.02% 18 Missing :warning:
...ay/codec/bytes_to_bytes/gdeflate/gdeflate_codec.rs 81.52% 17 Missing :warning:
...ytes_to_bytes/gdeflate/gdeflate_partial_decoder.rs 93.75% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== + Coverage 81.76% 81.86% +0.10% ========================================== Files 153 157 +4 Lines 21125 21562 +437 ========================================== + Hits 17272 17652 +380 - Misses 3853 3910 +57 ```

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