Implement GPBFT message compression using zstd #793
Merged
Codecov / codecov/project
succeeded
Dec 13, 2024 in 0s
69.31% (-0.33%) compared to 1b17c6c
View this Pull Request on Codecov
69.31% (-0.33%) compared to 1b17c6c
Details
Codecov Report
Attention: Patch coverage is 56.25000%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 69.31%. Comparing base (
1b17c6c
) to head (1578660
).
Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
msg_encoding.go | 53.84% | 12 Missing and 6 partials |
host.go | 55.00% | 5 Missing and 4 partials |
manifest/manifest.go | 80.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #793 +/- ##
==========================================
- Coverage 69.64% 69.31% -0.33%
==========================================
Files 77 78 +1
Lines 7900 7953 +53
==========================================
+ Hits 5502 5513 +11
- Misses 1949 1979 +30
- Partials 449 461 +12
Files with missing lines | Coverage Δ | |
---|---|---|
manifest/manifest.go | 53.75% <80.00%> (-0.45%) |
⬇️ |
host.go | 65.15% <55.00%> (-2.29%) |
⬇️ |
msg_encoding.go | 53.84% <53.84%> (ø) |
Loading