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

Fix from and size parameter can be negative when searching #13047

Merged
merged 7 commits into from
Apr 23, 2024

merge main

d992aa9
Select commit
Loading
Failed to load commit list.
Merged

Fix from and size parameter can be negative when searching #13047

merge main
d992aa9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 23, 2024 in 0s

71.42% (target 70.00%)

View this Pull Request on Codecov

71.42% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 71.42%. Comparing base (b15cb0c) to head (d992aa9).
Report is 209 commits behind head on main.

Files Patch % Lines
...pensearch/rest/action/search/RestSearchAction.java 25.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##               main   #13047     +/-   ##
===========================================
  Coverage     71.42%   71.42%             
- Complexity    59978    60639    +661     
===========================================
  Files          4985     5039     +54     
  Lines        282275   285426   +3151     
  Branches      40946    41336    +390     
===========================================
+ Hits         201603   203878   +2275     
- Misses        63999    64727    +728     
- Partials      16673    16821    +148     

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