Closed protolambda closed 2 years ago
Merging #433 (a8243cb) into main (b6dd9da) will decrease coverage by
0.28%
. The diff coverage is67.54%
.
@@ Coverage Diff @@
## main #433 +/- ##
==========================================
- Coverage 53.23% 52.95% -0.29%
==========================================
Files 62 67 +5
Lines 6481 7063 +582
==========================================
+ Hits 3450 3740 +290
- Misses 2592 2838 +246
- Partials 439 485 +46
Impacted Files | Coverage Δ | |
---|---|---|
opnode/flags/p2p_flags.go | 100.00% <ø> (ø) |
|
opnode/p2p/config.go | 7.83% <ø> (ø) |
|
opnode/p2p/gossip.go | 67.01% <ø> (+0.69%) |
:arrow_up: |
opnode/node/node.go | 62.24% <44.44%> (+2.24%) |
:arrow_up: |
opnode/p2p/node.go | 54.66% <54.66%> (ø) |
|
opnode/p2p/rpc_server.go | 61.65% <61.65%> (ø) |
|
opnode/p2p/host.go | 66.92% <71.87%> (+0.94%) |
:arrow_up: |
opnode/p2p/notifications.go | 87.50% <87.50%> (ø) |
|
opnode/node/server.go | 78.18% <93.33%> (+3.18%) |
:arrow_up: |
opnode/p2p/prepared.go | 50.00% <100.00%> (ø) |
|
... and 14 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b6dd9da...a8243cb. Read the comment docs.
Implement:
opp2p
)