Closed mudit2812 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.66%. Comparing base (
1f55c88
) to head (aeebf4d
). Report is 33 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PS for people were curious about crontab syntax: I recommend crontab.guru if you ever need a refresher
[sc-72363]
As name says. Currently, every time stable dependencies change (every time a PR is merged to master), an automatic PR is opened to update the dependencies. It can be quite annoying to merge a PR and then another one gets opened immediately afterwards. Thus, this changes the test workflows to run them on a weekly schedule, and a PR to update stable dependencies is only opened if the test workflow is triggered by the schedule.
All changes have been implemented by @timmysilv . I'm just the messenger.