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

feat(protocol): implement brotli buffer for compressor #243

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

Merge branch 'main' into feat/brotli-compression

41bb0c5
Select commit
Loading
Failed to load commit list.
Open

feat(protocol): implement brotli buffer for compressor #243

Merge branch 'main' into feat/brotli-compression
41bb0c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 13, 2025 in 1s

65.5% of diff hit (target 95.4%)

View this Pull Request on Codecov

65.5% of diff hit (target 95.4%)

Annotations

Check warning on line 36 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 68 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L60-L68

Added lines #L60 - L68 were not covered by tests

Check warning on line 74 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 118 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L118

Added line #L118 was not covered by tests

Check warning on line 138 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L136-L138

Added lines #L136 - L138 were not covered by tests

Check warning on line 143 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L143

Added line #L143 was not covered by tests

Check warning on line 188 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L188

Added line #L188 was not covered by tests

Check warning on line 194 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L194

Added line #L194 was not covered by tests

Check warning on line 228 in crates/protocol/src/compression/brotli/compress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/brotli/compress.rs#L223-L228

Added lines #L223 - L228 were not covered by tests

Check warning on line 23 in crates/protocol/src/compression/variant.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/variant.rs#L23

Added line #L23 was not covered by tests

Check warning on line 88 in crates/protocol/src/compression/variant.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/protocol/src/compression/variant.rs#L86-L88

Added lines #L86 - L88 were not covered by tests