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

Remove re-slicing for multipart #931

Merged
merged 7 commits into from
Mar 26, 2024

layer: Re-upload all parts after current one

127dd3e
Select commit
Loading
Failed to load commit list.
Merged

Remove re-slicing for multipart #931

layer: Re-upload all parts after current one
127dd3e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 19, 2024 in 1s

26.92% (-1.06%) compared to aadef93

View this Pull Request on Codecov

26.92% (-1.06%) compared to aadef93

Details

Codecov Report

Attention: Patch coverage is 1.91388% with 615 lines in your changes are missing coverage. Please review.

Project coverage is 26.92%. Comparing base (aadef93) to head (127dd3e).
Report is 1 commits behind head on master.

Files Patch % Lines
api/layer/multipart_upload.go 0.00% 265 Missing ⚠️
api/layer/neofs_mock.go 8.54% 102 Missing and 5 partials ⚠️
internal/neofs/tree.go 0.00% 86 Missing ⚠️
api/layer/tree_mock.go 0.00% 55 Missing ⚠️
api/layer/object.go 0.00% 49 Missing and 1 partial ⚠️
internal/neofs/neofs.go 0.00% 47 Missing ⚠️
api/layer/layer.go 33.33% 3 Missing and 1 partial ⚠️
api/handler/acl.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #931      +/-   ##
==========================================
- Coverage   27.97%   26.92%   -1.06%     
==========================================
  Files          87       87              
  Lines       13590    14129     +539     
==========================================
+ Hits         3802     3804       +2     
- Misses       9371     9903     +532     
- Partials      417      422       +5     

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