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 `SkipIfStillRunning` to `nooverlapping.New()` #27

Closed flc1125 closed 1 week ago

flc1125 commented 1 week ago

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

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 96.52%. Comparing base (89fec4b) to head (5f9d88f). Report is 1 commits behind head on 4.x.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.x #27 +/- ## ========================================== + Coverage 96.38% 96.52% +0.14% ========================================== Files 11 12 +1 Lines 719 748 +29 ========================================== + Hits 693 722 +29 Misses 22 22 Partials 4 4 ```

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