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

Serve ObjectService.SearchV2 RPC #3111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

node/object: Serve SearchV2 RPC

6150b30
Select commit
Loading
Failed to load commit list.
Open

Serve ObjectService.SearchV2 RPC #3111

node/object: Serve SearchV2 RPC
6150b30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 13, 2025 in 0s

22.88% (-0.06%) compared to eb90734

View this Pull Request on Codecov

22.88% (-0.06%) compared to eb90734

Details

Codecov Report

Attention: Patch coverage is 15.88367% with 376 lines in your changes missing coverage. Please review.

Project coverage is 22.88%. Comparing base (eb90734) to head (6150b30).

Files with missing lines Patch % Lines
pkg/services/object/server.go 0.77% 256 Missing ⚠️
pkg/local_object_storage/metabase/metadata.go 0.00% 54 Missing ⚠️
pkg/local_object_storage/engine/select.go 0.00% 37 Missing ⚠️
pkg/local_object_storage/shard/select.go 0.00% 11 Missing ⚠️
cmd/neofs-node/object.go 0.00% 6 Missing ⚠️
pkg/core/object/metadata.go 93.24% 4 Missing and 1 partial ⚠️
pkg/services/object/acl/v2/service.go 0.00% 4 Missing ⚠️
pkg/services/object/acl/v2/util.go 0.00% 2 Missing ⚠️
pkg/metrics/object.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3111      +/-   ##
==========================================
- Coverage   22.93%   22.88%   -0.06%     
==========================================
  Files         750      751       +1     
  Lines       58683    59125     +442     
==========================================
+ Hits        13459    13529      +70     
- Misses      44282    44653     +371     
- Partials      942      943       +1     

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