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

Add ZstdFrameCompressor and ZstdFrameDecompressor for non-streaming API #46

Closed
wants to merge 3 commits into from

Merge branch 'master' into mkitti-frame-compressor

2f697b7
Select commit
Loading
Failed to load commit list.
Closed

Add ZstdFrameCompressor and ZstdFrameDecompressor for non-streaming API #46

Merge branch 'master' into mkitti-frame-compressor
2f697b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 24, 2024 in 0s

75.65% of diff hit (target 33.01%)

View this Pull Request on Codecov

75.65% of diff hit (target 33.01%)

Annotations

Check warning on line 29 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 43 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 53 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L53

Added line #L53 was not covered by tests

Check warning on line 62 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L62

Added line #L62 was not covered by tests

Check warning on line 72 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L72

Added line #L72 was not covered by tests

Check warning on line 81 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 97 in src/frameCompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameCompression.jl#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 30 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 40 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L40

Added line #L40 was not covered by tests

Check warning on line 49 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L49

Added line #L49 was not covered by tests

Check warning on line 60 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 76 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 85 in src/frameDecompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/frameDecompression.jl#L85

Added line #L85 was not covered by tests

Check warning on line 9 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L9

Added line #L9 was not covered by tests

Check warning on line 11 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L11

Added line #L11 was not covered by tests

Check warning on line 19 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L19

Added line #L19 was not covered by tests

Check warning on line 191 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 200 in src/libzstd.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libzstd.jl#L199-L200

Added lines #L199 - L200 were not covered by tests