Skip to content

Fix non-deterministic tie-breaking in KNN algorithm

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

Fix non-deterministic tie-breaking in KNN causing flaky tests #550

Fix non-deterministic tie-breaking in KNN algorithm
5e3b845
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2025 in 1s

96.70% (+0.02%) compared to c6c3aa2

View this Pull Request on Codecov

96.70% (+0.02%) compared to c6c3aa2

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.70%. Comparing base (c6c3aa2) to head (5e3b845).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #550      +/-   ##
==========================================
+ Coverage   96.68%   96.70%   +0.02%     
==========================================
  Files         280      281       +1     
  Lines       11059    11123      +64     
  Branches     1577     1590      +13     
==========================================
+ Hits        10692    10757      +65     
  Misses        232      232              
+ Partials      135      134       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.