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 flaky test in testApproximateRangeWithSizeOverDefault by adjusting totalHits assertion logic #16434

Merged
merged 1 commit into from
Oct 23, 2024

Fix flaky test in `testApproximateRangeWithSizeOverDefault` by adjust…

bfb040a
Select commit
Loading
Failed to load commit list.
Merged

Fix flaky test in testApproximateRangeWithSizeOverDefault by adjusting totalHits assertion logic #16434

Fix flaky test in `testApproximateRangeWithSizeOverDefault` by adjust…
bfb040a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 1s

71.94% (target 70.00%)

View this Pull Request on Codecov

71.94% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.94%. Comparing base (ca40ba4) to head (bfb040a).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16434      +/-   ##
============================================
- Coverage     72.09%   71.94%   -0.15%     
+ Complexity    65013    64943      -70     
============================================
  Files          5313     5313              
  Lines        303315   303315              
  Branches      43888    43888              
============================================
- Hits         218661   218211     -450     
- Misses        66721    67207     +486     
+ Partials      17933    17897      -36     

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