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

Create ZstdError error type. Test known, stable error codes. #54

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Fix typo

7d8e64c
Select commit
Loading
Failed to load commit list.
Open

Create ZstdError error type. Test known, stable error codes. #54

Fix typo
7d8e64c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 29, 2024 in 0s

21.42% of diff hit (target 36.96%)

View this Pull Request on Codecov

21.42% of diff hit (target 36.96%)

Annotations

Check warning on line 84 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L84

Added line #L84 was not covered by tests

Check warning on line 95 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L95

Added line #L95 was not covered by tests

Check warning on line 107 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L107

Added line #L107 was not covered by tests

Check warning on line 147 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L147

Added line #L147 was not covered by tests

Check warning on line 39 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L39

Added line #L39 was not covered by tests

Check warning on line 50 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L50

Added line #L50 was not covered by tests

Check warning on line 62 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L62

Added line #L62 was not covered by tests

Check warning on line 80 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L80

Added line #L80 was not covered by tests

Check warning on line 10 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L10

Added line #L10 was not covered by tests

Check warning on line 12 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L12

Added line #L12 was not covered by tests

Check warning on line 21 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L21

Added line #L21 was not covered by tests