Integrate zstd compression into chain exchange #842
+177
−111
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
@@ 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%> (ø) |
Loading