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

[Metadata Immutability] Change different indices lookup objects from array type to lists #14723

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

[Metadata Immutability] Change different indices lookup objects from …

d2289d2
Select commit
Loading
Failed to load commit list.
Open

[Metadata Immutability] Change different indices lookup objects from array type to lists #14723

[Metadata Immutability] Change different indices lookup objects from …
d2289d2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

72.32% (target 70.00%)

View this Pull Request on Codecov

72.32% (target 70.00%)

Details

Codecov Report

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

Project coverage is 72.32%. Comparing base (62c6d08) to head (d2289d2).
Report is 202 commits behind head on main.

Files with missing lines Patch % Lines
.../cluster/metadata/IndexNameExpressionResolver.java 75.00% 1 Missing and 1 partial ⚠️
...n/cluster/health/TransportClusterHealthAction.java 50.00% 1 Missing ⚠️
.../admin/indices/datastream/GetDataStreamAction.java 0.00% 1 Missing ⚠️
...arch/index/recovery/RemoteStoreRestoreService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14723      +/-   ##
============================================
+ Coverage     71.85%   72.32%   +0.46%     
- Complexity    64210    64572     +362     
============================================
  Files          5272     5272              
  Lines        300538   300530       -8     
  Branches      43432    43432              
============================================
+ Hits         215956   217347    +1391     
+ Misses        66884    65664    -1220     
+ Partials      17698    17519     -179     

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