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

FNet: created "fnet2" protocol #6150

Open
wants to merge 30 commits into
base: dev/experimental-incentives
Choose a base branch
from

fix FNet protocols' ApprovedUpgrades

471d206
Select commit
Loading
Failed to load commit list.
Open

FNet: created "fnet2" protocol #6150

fix FNet protocols' ApprovedUpgrades
471d206
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 1s

56.20% (-0.15%) compared to 9855f57

View this Pull Request on Codecov

56.20% (-0.15%) compared to 9855f57

Details

Codecov Report

Attention: Patch coverage is 62.03655% with 727 lines in your changes missing coverage. Please review.

Project coverage is 56.20%. Comparing base (9855f57) to head (471d206).
Report is 64 commits behind head on dev/experimental-incentives.

Files with missing lines Patch % Lines
network/p2pNetwork.go 74.60% 76 Missing and 20 partials ⚠️
network/hybridNetwork.go 39.65% 65 Missing and 5 partials ⚠️
network/p2p/p2p.go 51.79% 62 Missing and 5 partials ⚠️
network/p2p/logger.go 0.00% 55 Missing ⚠️
network/p2p/http.go 0.00% 50 Missing ⚠️
daemon/algod/server.go 0.00% 48 Missing ⚠️
network/p2p/peerID.go 35.71% 19 Missing and 8 partials ⚠️
network/p2p/streams.go 0.00% 27 Missing ⚠️
data/txHandler.go 76.78% 17 Missing and 9 partials ⚠️
network/p2p/capabilities.go 61.19% 22 Missing and 4 partials ⚠️
... and 37 more
Additional details and impacted files
@@                       Coverage Diff                       @@
##           dev/experimental-incentives    #6150      +/-   ##
===============================================================
- Coverage                        56.34%   56.20%   -0.15%     
===============================================================
  Files                              486      494       +8     
  Lines                            68487    69961    +1474     
===============================================================
+ Hits                             38592    39323     +731     
- Misses                           27299    27962     +663     
- Partials                          2596     2676      +80     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.