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

[Backport 2.x] Fix typo super->sb in method toString() of RemoteStoreNodeAttribute(#15362) #16395

Merged
merged 2 commits into from
Oct 22, 2024

Merge branch '2.x' into backport-15362-to-2.x

b202427
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix typo super->sb in method toString() of RemoteStoreNodeAttribute(#15362) #16395

Merge branch '2.x' into backport-15362-to-2.x
b202427
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

71.84% (target 70.00%)

View this Pull Request on Codecov

71.84% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.84%. Comparing base (a31e7f2) to head (b202427).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...rch/node/remotestore/RemoteStoreNodeAttribute.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16395      +/-   ##
============================================
- Coverage     71.91%   71.84%   -0.07%     
- Complexity    65221    65230       +9     
============================================
  Files          5308     5308              
  Lines        304350   304350              
  Branches      44268    44268              
============================================
- Hits         218867   218661     -206     
- Misses        67234    67561     +327     
+ Partials      18249    18128     -121     

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