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

[Merged by Bors] - Fix libp2p identify race #6573

Closed
wants to merge 7 commits into from

Merge branch 'develop' into fix/p2p-identify-race

aba67b2
Select commit
Loading
Failed to load commit list.
Closed

[Merged by Bors] - Fix libp2p identify race #6573

Merge branch 'develop' into fix/p2p-identify-race
aba67b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 1s

79.9% (-0.1%) compared to 1c27dca

View this Pull Request on Codecov

79.9% (-0.1%) compared to 1c27dca

Details

Codecov Report

Attention: Patch coverage is 76.74419% with 10 lines in your changes missing coverage. Please review.

Project coverage is 79.9%. Comparing base (1c27dca) to head (aba67b2).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
fetch/fetch.go 58.3% 4 Missing and 1 partial ⚠️
p2p/upgrade.go 79.1% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #6573     +/-   ##
=========================================
- Coverage     79.9%   79.9%   -0.1%     
=========================================
  Files          356     356             
  Lines        47357   47399     +42     
=========================================
+ Hits         37879   37880      +1     
- Misses        7342    7369     +27     
- Partials      2136    2150     +14     

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