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

node: Use github.com/nspcc-dev/neofs-api-go/v2 module less #3079

Merged
merged 2 commits into from
Jan 13, 2025

node/object: Refactor code making request forwarding

fdc0a42
Select commit
Loading
Failed to load commit list.
Merged

node: Use github.com/nspcc-dev/neofs-api-go/v2 module less #3079

node/object: Refactor code making request forwarding
fdc0a42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 13, 2025 in 0s

22.12% (-0.03%) compared to b9c6492

View this Pull Request on Codecov

22.12% (-0.03%) compared to b9c6492

Details

Codecov Report

Attention: Patch coverage is 0.53476% with 186 lines in your changes missing coverage. Please review.

Project coverage is 22.12%. Comparing base (b9c6492) to head (fdc0a42).

Files with missing lines Patch % Lines
pkg/services/object/get/v2/util.go 0.00% 113 Missing ⚠️
cmd/neofs-node/transport.go 0.00% 25 Missing ⚠️
pkg/services/object/search/v2/util.go 0.00% 20 Missing ⚠️
pkg/services/object/put/v2/streamer.go 0.00% 16 Missing ⚠️
pkg/network/cache/multi.go 0.00% 10 Missing ⚠️
pkg/services/object/internal/key.go 0.00% 1 Missing ⚠️
pkg/services/object/put/v2/service.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3079      +/-   ##
==========================================
- Coverage   22.14%   22.12%   -0.03%     
==========================================
  Files         794      794              
  Lines       59484    59563      +79     
==========================================
+ Hits        13175    13176       +1     
- Misses      45405    45483      +78     
  Partials      904      904              

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