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

Add a multivalued property to field mappings (#16420) #16601

Added some integration tests

98d377b
Select commit
Loading
Failed to load commit list.
Closed

Add a multivalued property to field mappings (#16420) #16601

Added some integration tests
98d377b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

72.06% (target 70.00%)

View this Pull Request on Codecov

72.06% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 87.73585% with 13 lines in your changes missing coverage. Please review.

Project coverage is 72.06%. Comparing base (42dc22e) to head (98d377b).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
...pensearch/index/mapper/ScaledFloatFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
...earch/index/mapper/SearchAsYouTypeFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
...arch/index/mapper/AbstractGeometryFieldMapper.java 95.00% 0 Missing and 1 partial ⚠️
...org/opensearch/index/mapper/BinaryFieldMapper.java 83.33% 0 Missing and 1 partial ⚠️
...rg/opensearch/index/mapper/BooleanFieldMapper.java 83.33% 0 Missing and 1 partial ⚠️
...opensearch/index/mapper/CompletionFieldMapper.java 83.33% 0 Missing and 1 partial ⚠️
...a/org/opensearch/index/mapper/DateFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
...ava/org/opensearch/index/mapper/IpFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
...rg/opensearch/index/mapper/KeywordFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
...org/opensearch/index/mapper/NumberFieldMapper.java 80.00% 0 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16601      +/-   ##
============================================
+ Coverage     72.05%   72.06%   +0.01%     
- Complexity    65183    65206      +23     
============================================
  Files          5318     5318              
  Lines        303993   304080      +87     
  Branches      43990    43997       +7     
============================================
+ Hits         219028   219123      +95     
+ Misses        67046    66921     -125     
- Partials      17919    18036     +117     

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