reugn / go-quartz

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

fix: potential nil pointer dereference in log #113

Closed reugn closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 89.67%. Comparing base (ce9418d) to head (6d1fa0b).

Files Patch % Lines
quartz/scheduler.go 0.00% 4 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #113 +/- ## ========================================== + Coverage 89.65% 89.67% +0.02% ========================================== Files 19 19 Lines 918 920 +2 ========================================== + Hits 823 825 +2 - Misses 66 67 +1 + Partials 29 28 -1 ```

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