-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix yum year rollover unit test #492
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #492 +/- ##
=======================================
Coverage 74.05% 74.05%
=======================================
Files 260 260
Lines 21070 21070
=======================================
Hits 15603 15603
Misses 5467 5467
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the quick fix. That was definitely an oversight from our side. We've built |
How would those work, If it's not too much effort, it couldn't hurt to submit a PR for it. |
It previously relied on the modified timestamp of the test file, but fresh checkouts will now have a modification time in 2024. This fix mocks the modified timestamp to be in 2023.