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 SortResponseProcessor to Search Pipelines #14785

Merged
merged 9 commits into from
Jul 22, 2024

Use instanceof instead of isAssignableFrom

5bc8c4d
Select commit
Loading
Failed to load commit list.
Merged

Add SortResponseProcessor to Search Pipelines #14785

Use instanceof instead of isAssignableFrom
5bc8c4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 1s

71.88% (target 70.00%)

View this Pull Request on Codecov

71.88% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.25806% with 11 lines in your changes missing coverage. Please review.

Project coverage is 71.88%. Comparing base (45c5f8d) to head (5bc8c4d).
Report is 1 commits behind head on main.

Files Patch % Lines
.../search/pipeline/common/SortResponseProcessor.java 81.96% 5 Missing and 6 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14785      +/-   ##
============================================
+ Coverage     71.73%   71.88%   +0.14%     
- Complexity    62393    62514     +121     
============================================
  Files          5147     5148       +1     
  Lines        293416   293477      +61     
  Branches      42426    42438      +12     
============================================
+ Hits         210472   210954     +482     
+ Misses        65562    65091     -471     
- Partials      17382    17432      +50     

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