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

Separate Remote State and Publication enabled and configured methods #16080

Merged
merged 2 commits into from
Oct 3, 2024

fix spotless

9f59e2b
Select commit
Loading
Failed to load commit list.
Merged

Separate Remote State and Publication enabled and configured methods #16080

fix spotless
9f59e2b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 1, 2024 in 0s

71.94% (target 70.00%)

View this Pull Request on Codecov

71.94% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 71.94%. Comparing base (8ddb3ee) to head (9f59e2b).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...g/opensearch/cluster/coordination/Coordinator.java 25.00% 2 Missing and 1 partial ⚠️
...search/cluster/coordination/CoordinationState.java 0.00% 0 Missing and 1 partial ⚠️
...arch/gateway/remote/RemoteClusterStateService.java 50.00% 0 Missing and 1 partial ⚠️
...ensearch/index/remote/RemoteIndexPathUploader.java 0.00% 0 Missing and 1 partial ⚠️
...rch/node/remotestore/RemoteStoreNodeAttribute.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16080      +/-   ##
============================================
+ Coverage     71.86%   71.94%   +0.08%     
- Complexity    64447    64500      +53     
============================================
  Files          5288     5288              
  Lines        301438   301436       -2     
  Branches      43552    43551       -1     
============================================
+ Hits         216628   216878     +250     
+ Misses        67034    66797     -237     
+ Partials      17776    17761      -15     

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