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

refactor: Use merge_sort instead of qsort for sorting. #2638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

refactor: Use `merge_sort` instead of `qsort` for sorting.

6970387
Select commit
Loading
Failed to load commit list.
Open

refactor: Use merge_sort instead of qsort for sorting. #2638

refactor: Use `merge_sort` instead of `qsort` for sorting.
6970387
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 15, 2024 in 0s

73.16% (+0.11%) compared to a3d1b85

View this Pull Request on Codecov

73.16% (+0.11%) compared to a3d1b85

Details

Codecov Report

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

Project coverage is 73.16%. Comparing base (a3d1b85) to head (6970387).

Files Patch % Lines
toxcore/DHT.c 97.36% 1 Missing ⚠️
toxcore/group.c 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2638      +/-   ##
==========================================
+ Coverage   73.04%   73.16%   +0.11%     
==========================================
  Files         149      149              
  Lines       30516    30594      +78     
==========================================
+ Hits        22290    22383      +93     
+ Misses       8226     8211      -15     

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