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

Add Unit Test for Negative Hash Codes in HashTable and Note on TimSort Test Limitations #466

Merge branch 'master' into bug/issue-465-CoverageIssueforHashTableand…

d7034a8
Select commit
Loading
Failed to load commit list.
Merged

Add Unit Test for Negative Hash Codes in HashTable and Note on TimSort Test Limitations #466

Merge branch 'master' into bug/issue-465-CoverageIssueforHashTableand…
d7034a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 22, 2024 in 1s

94.95% (-0.10%) compared to 5eb0254

View this Pull Request on Codecov

94.95% (-0.10%) compared to 5eb0254

Details

Codecov Report

Attention: Patch coverage is 98.80952% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.95%. Comparing base (5eb0254) to head (d7034a8).

Files with missing lines Patch % Lines
Algorithms/Sorters/Comparison/TimSorter.cs 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
- Coverage   95.04%   94.95%   -0.10%     
==========================================
  Files         241      242       +1     
  Lines       10213    10228      +15     
  Branches     1450     1453       +3     
==========================================
+ Hits         9707     9712       +5     
- Misses        389      398       +9     
- Partials      117      118       +1     

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