-
Notifications
You must be signed in to change notification settings - Fork 31
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
test(dst): add support for simulating cron schedules #189
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #189 +/- ##
==========================================
+ Coverage 64.19% 64.85% +0.65%
==========================================
Files 83 83
Lines 8807 8829 +22
==========================================
+ Hits 5654 5726 +72
+ Misses 2772 2709 -63
- Partials 381 394 +13 ☔ View full report in Codecov by Sentry. |
I played around with many more "invasive" approaches and backed off a bit after some trial and error and landed to this solution. I like this solution because it is simple yet effective for our use case.
Changes