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
4 stars 0 forks source link

refactor(jobwrapper): refactor `JobWrapper` to `Middleware` and adjust use of `Chain` #12

Closed flc1125 closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 31.57895% with 26 lines in your changes missing coverage. Please review.

Project coverage is 93.06%. Comparing base (0395b65) to head (41ff78e). Report is 1 commits behind head on 4.x.

Files with missing lines Patch % Lines
middleware/recovery/recovery.go 0.00% 26 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.x #12 +/- ## ========================================== - Coverage 96.70% 93.06% -3.65% ========================================== Files 8 9 +1 Lines 668 692 +24 ========================================== - Hits 646 644 -2 - Misses 18 44 +26 Partials 4 4 ```

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