-
Notifications
You must be signed in to change notification settings - Fork 594
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
tests: fix PRs with only deleted files running all spread tests from all systems on each system #14965
base: master
Are you sure you want to change the base?
Conversation
Thu Jan 23 17:19:16 UTC 2025 Failures:Preparing:
Executing:
Restoring:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14965 +/- ##
=========================================
Coverage ? 78.27%
=========================================
Files ? 1158
Lines ? 153533
Branches ? 0
=========================================
Hits ? 120174
Misses ? 25951
Partials ? 7408
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
When PRs' only changes are deleted files, those changes are not detected, causing the spread filter to fail and all spread tests from all systems to run on every system.
Changes