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

replicator: Copy object from the local storage without decoding #2657

Closed
wants to merge 1 commit into from

replicator: Copy object from the local storage without decoding

3905d55
Select commit
Loading
Failed to load commit list.
Closed

replicator: Copy object from the local storage without decoding #2657

replicator: Copy object from the local storage without decoding
3905d55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 23, 2023 in 0s

30.51% (-0.11%) compared to 60e564f

View this Pull Request on Codecov

30.51% (-0.11%) compared to 60e564f

Details

Codecov Report

Attention: 108 lines in your changes are missing coverage. Please review.

Comparison is base (60e564f) 30.61% compared to head (3905d55) 30.51%.
Report is 2 commits behind head on master.

Files Patch % Lines
pkg/local_object_storage/engine/get.go 0.00% 26 Missing ⚠️
pkg/local_object_storage/shard/get.go 0.00% 21 Missing ⚠️
pkg/local_object_storage/blobstor/peapod/peapod.go 0.00% 18 Missing ⚠️
pkg/local_object_storage/writecache/get.go 0.00% 18 Missing ⚠️
pkg/local_object_storage/blobstor/get.go 0.00% 13 Missing ⚠️
pkg/local_object_storage/blobstor/fstree/fstree.go 0.00% 6 Missing ⚠️
pkg/util/io.go 0.00% 3 Missing ⚠️
cmd/blobovnicza-to-peapod/blobovniczatree/get.go 0.00% 2 Missing ⚠️
cmd/neofs-node/object.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2657      +/-   ##
==========================================
- Coverage   30.61%   30.51%   -0.11%     
==========================================
  Files         406      407       +1     
  Lines       30066    30176     +110     
==========================================
+ Hits         9205     9208       +3     
- Misses      20083    20190     +107     
  Partials      778      778              

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