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!: add new types of CodecErrors #135

Merged
merged 3 commits into from
Jan 19, 2025

Merge branch 'main' into refactor_codec_errors

1ef36fe
Select commit
Loading
Failed to load commit list.
Merged

refactor!: add new types of CodecErrors #135

Merge branch 'main' into refactor_codec_errors
1ef36fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 19, 2025 in 0s

24.39% of diff hit (target 81.94%)

View this Pull Request on Codecov

24.39% of diff hit (target 81.94%)

Annotations

Check warning on line 913 in zarrs/src/array.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array.rs#L913

Added line #L913 was not covered by tests

Check warning on line 227 in zarrs/src/array/array_bytes.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/array_bytes.rs#L227

Added line #L227 was not covered by tests

Check warning on line 982 in zarrs/src/array/codec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec.rs#L980-L982

Added lines #L980 - L982 were not covered by tests

Check warning on line 1001 in zarrs/src/array/codec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec.rs#L996-L1001

Added lines #L996 - L1001 were not covered by tests

Check warning on line 1017 in zarrs/src/array/codec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec.rs#L1015-L1017

Added lines #L1015 - L1017 were not covered by tests

Check warning on line 1036 in zarrs/src/array/codec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec.rs#L1031-L1036

Added lines #L1031 - L1036 were not covered by tests

Check warning on line 83 in zarrs/src/array/codec/array_to_bytes/bytes/bytes_codec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/array_to_bytes/bytes/bytes_codec.rs#L83

Added line #L83 was not covered by tests

Check warning on line 65 in zarrs/src/array/codec/array_to_bytes/vlen.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/array_to_bytes/vlen.rs#L65

Added line #L65 was not covered by tests

Check warning on line 73 in zarrs/src/array/codec/array_to_bytes/vlen_v2.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/array_to_bytes/vlen_v2.rs#L73

Added line #L73 was not covered by tests

Check warning on line 64 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L64

Added line #L64 was not covered by tests

Check warning on line 68 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 81 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L81

Added line #L81 was not covered by tests

Check warning on line 85 in zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zarrs/src/array/codec/bytes_to_bytes/gdeflate.rs#L83-L85

Added lines #L83 - L85 were not covered by tests