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/object: Fix Put op condition checking requests with copies number #3042

Merged
merged 3 commits into from
Dec 6, 2024

object/put: Drop redundant var declaration

a0a4df1
Select commit
Loading
Failed to load commit list.
Merged

node/object: Fix Put op condition checking requests with copies number #3042

object/put: Drop redundant var declaration
a0a4df1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

22.62% (-0.01%) compared to f831c75, passed because coverage increased by 0% when compared to adjusted base (22.63%)

View this Pull Request on Codecov

22.62% (-0.01%) compared to f831c75, passed because coverage increased by 0% when compared to adjusted base (22.63%)

Details

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 22.62%. Comparing base (f831c75) to head (a0a4df1).

Files with missing lines Patch % Lines
pkg/services/object/put/streamer.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3042      +/-   ##
==========================================
- Coverage   22.63%   22.62%   -0.01%     
==========================================
  Files         791      791              
  Lines       58616    58615       -1     
==========================================
- Hits        13265    13264       -1     
  Misses      44453    44453              
  Partials      898      898              

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