You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
We’ve encountered a coverage issue related to two classes, HashTable and TimSorter, which is impacting the overall code coverage in our project. Despite the current PR achieving 100% coverage for the changes it introduces, these two classes are not meeting the coverage standards, which is causing a blockage due to Codecov warnings.
To Reproduce
Update your branch with the latest changes from master.
Run Codecov or check the coverage report.
Observe that the overall coverage is lowered due to the indirect changes affecting HashTable and TimSort.
Expected behavior
HashTable and TimSort should have adequate unit test coverage.
The overall coverage metric should reflect a high coverage rate, ideally not impacted negatively by indirect changes.
Actual behavior
HashTable and TimSort are not covered sufficiently.
The overall coverage metric is reduced, leading to Codecov warnings and PR blockage.
The text was updated successfully, but these errors were encountered:
Thank you for opening the issue, it probably happens because of randomization in tests, so coverage fluctuates a bit. I tried fixing some places where this happened, but never got to all of them. Just to make it clear, you are working on a fix, right? I'll assign you to the issue then
Summary
We’ve encountered a coverage issue related to two classes, HashTable and TimSorter, which is impacting the overall code coverage in our project. Despite the current PR achieving 100% coverage for the changes it introduces, these two classes are not meeting the coverage standards, which is causing a blockage due to Codecov warnings.
To Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: