flc1125 / go-cron

The cron library is a cron job library for Go. It is a fork of robfig/cron with some improvements.
https://github.com/flc1125/go-cron
MIT License
2 stars 0 forks source link

refactor(middleware): refactor `DelayIfStillRunning` to `delayoverlapping.New()` #29

Closed flc1125 closed 1 week ago

flc1125 commented 1 week ago

closed: https://github.com/flc1125/go-cron/issues/17

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.94%. Comparing base (d001e89) to head (6f82897). Report is 1 commits behind head on 4.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.x #29 +/- ## ========================================== + Coverage 96.46% 96.94% +0.48% ========================================== Files 12 13 +1 Lines 736 754 +18 ========================================== + Hits 710 731 +21 + Misses 22 20 -2 + Partials 4 3 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.