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

Headers fetching via NeoFS BlockFetcher service #3789

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

blockfetcher: add headerSizeMap to GetRange headers accordingly

18c8d20
Select commit
Loading
Failed to load commit list.
Open

Headers fetching via NeoFS BlockFetcher service #3789

blockfetcher: add headerSizeMap to GetRange headers accordingly
18c8d20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 31, 2025 in 0s

82.88% (-0.26%) compared to 64c4de4

View this Pull Request on Codecov

82.88% (-0.26%) compared to 64c4de4

Details

Codecov Report

Attention: Patch coverage is 44.70990% with 162 lines in your changes missing coverage. Please review.

Project coverage is 82.88%. Comparing base (64c4de4) to head (18c8d20).
Report is 29 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/blockfetcher/blockfetcher.go 29.00% 69 Missing and 2 partials ⚠️
pkg/network/server.go 27.53% 41 Missing and 9 partials ⚠️
pkg/core/statesync/module.go 67.44% 13 Missing and 1 partial ⚠️
pkg/network/bqueue_adapters.go 44.44% 10 Missing ⚠️
pkg/network/bqueue/queue.go 73.52% 8 Missing and 1 partial ⚠️
pkg/core/block/header.go 44.44% 4 Missing and 1 partial ⚠️
pkg/core/blockchain.go 87.50% 2 Missing ⚠️
pkg/consensus/consensus.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3789      +/-   ##
==========================================
- Coverage   83.13%   82.88%   -0.26%     
==========================================
  Files         335      337       +2     
  Lines       46855    47297     +442     
==========================================
+ Hits        38954    39201     +247     
- Misses       6311     6483     +172     
- Partials     1590     1613      +23     

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