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

services: add new block fetching from NeoFS service #3515

Merged
merged 5 commits into from
Sep 12, 2024

services: add new service for fetching blocks from NeoFS

0b31a29
Select commit
Loading
Failed to load commit list.
Merged

services: add new block fetching from NeoFS service #3515

services: add new service for fetching blocks from NeoFS
0b31a29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 11, 2024 in 0s

85.21% (-0.59%) compared to d9a6a7c

View this Pull Request on Codecov

85.21% (-0.59%) compared to d9a6a7c

Details

Codecov Report

Attention: Patch coverage is 36.58537% with 312 lines in your changes missing coverage. Please review.

Project coverage is 85.21%. Comparing base (d9a6a7c) to head (0b31a29).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
pkg/services/blockfetcher/blockfetcher.go 18.29% 199 Missing and 2 partials ⚠️
pkg/services/oracle/neofs/neofs.go 15.87% 50 Missing and 3 partials ⚠️
pkg/network/server.go 56.36% 16 Missing and 8 partials ⚠️
cli/server/dump_bin.go 64.00% 9 Missing and 9 partials ⚠️
pkg/network/bqueue/queue.go 60.00% 12 Missing ⚠️
pkg/config/application_config.go 50.00% 1 Missing and 1 partial ⚠️
pkg/config/config.go 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3515      +/-   ##
==========================================
- Coverage   85.79%   85.21%   -0.59%     
==========================================
  Files         330      333       +3     
  Lines       38536    38953     +417     
==========================================
+ Hits        33062    33192     +130     
- Misses       3928     4192     +264     
- Partials     1546     1569      +23     

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