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 approximate pointrangequery tests #15704

Merged
merged 1 commit into from
Sep 4, 2024

Fix approximate pointrangequery tests (#15590)

96e284b
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix approximate pointrangequery tests #15704

Fix approximate pointrangequery tests (#15590)
96e284b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

71.76% (target 70.00%)

View this Pull Request on Codecov

71.76% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.76%. Comparing base (3ddb199) to head (96e284b).
Report is 2 commits behind head on 2.x.

Files with missing lines Patch % Lines
...search/approximate/ApproximatePointRangeQuery.java 50.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15704      +/-   ##
============================================
+ Coverage     71.68%   71.76%   +0.08%     
- Complexity    64300    64344      +44     
============================================
  Files          5255     5255              
  Lines        300776   300779       +3     
  Branches      43811    43812       +1     
============================================
+ Hits         215597   215847     +250     
+ Misses        67181    66908     -273     
- Partials      17998    18024      +26     

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