Codecov Report❌ Patch coverage is 85.36585% with 6 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #1875 +/- ##
==========================================
- Coverage 85.91% 85.89% -0.03%
==========================================
Files 379 379
Lines 19778 19783 +5
Branches 3015 3022 +7
==========================================
- Hits 16993 16992 -1
- Misses 2785 2791 +6
☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
Adds an early return to handle empty array inputs gracefully without affecting existing selection sort logic.