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 wildcard term & terms query & add YAML REST test #15682

Merged
merged 1 commit into from
Sep 4, 2024

fix wildcard term & terms query & add YAML REST test (#15607)

a969ed9
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] fix wildcard term & terms query & add YAML REST test #15682

fix wildcard term & terms query & add YAML REST test (#15607)
a969ed9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 1s

71.64% (target 70.00%)

View this Pull Request on Codecov

71.64% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.64%. Comparing base (5875393) to head (a969ed9).
Report is 8 commits behind head on 2.x.

Files with missing lines Patch % Lines
...g/opensearch/index/mapper/WildcardFieldMapper.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15682      +/-   ##
============================================
- Coverage     71.70%   71.64%   -0.07%     
- Complexity    64104    64158      +54     
============================================
  Files          5249     5251       +2     
  Lines        299681   300418     +737     
  Branches      43643    43722      +79     
============================================
+ Hits         214876   215222     +346     
- Misses        66848    67178     +330     
- Partials      17957    18018      +61     

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