reugn / go-quartz

Minimalist and zero-dependency scheduling library for Go
https://pkg.go.dev/github.com/reugn/go-quartz/quartz
MIT License
1.8k stars 85 forks source link

fix: ensure atomicity of the fetch and reschedule operation #121

Closed reugn closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 81.08108% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 95.30%. Comparing base (50c609c) to head (f7cb93b).

Files Patch % Lines
quartz/scheduler.go 81.08% 4 Missing and 3 partials :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #121 +/- ## ========================================== + Coverage 94.63% 95.30% +0.67% ========================================== Files 19 19 Lines 951 959 +8 ========================================== + Hits 900 914 +14 + Misses 32 27 -5 + Partials 19 18 -1 ```

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