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

Integrate zstd compression into chain exchange #842

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Integrate zstd compression into chain exchange

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

Integrate zstd compression into chain exchange #842

Integrate zstd compression into chain exchange
7e3205a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

67.45% (+0.06%) compared to 9c11ba3

View this Pull Request on Codecov

67.45% (+0.06%) compared to 9c11ba3

Details

Codecov Report

Attention: Patch coverage is 60.37736% with 21 lines in your changes missing coverage. Please review.

Project coverage is 67.45%. Comparing base (9c11ba3) to head (7e3205a).

Files with missing lines Patch % Lines
internal/encoding/encoding.go 60.52% 10 Missing and 5 partials ⚠️
chainexchange/pubsub.go 44.44% 2 Missing and 3 partials ⚠️
host.go 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #842      +/-   ##
==========================================
+ Coverage   67.39%   67.45%   +0.06%     
==========================================
  Files          84       84              
  Lines        8915     8918       +3     
==========================================
+ Hits         6008     6016       +8     
+ Misses       2380     2376       -4     
+ Partials      527      526       -1     
Files with missing lines Coverage Δ
host.go 64.92% <83.33%> (+0.67%) ⬆️
chainexchange/pubsub.go 77.15% <44.44%> (-0.92%) ⬇️
internal/encoding/encoding.go 60.52% <60.52%> (ø)

... and 3 files with indirect coverage changes