adhocore / gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422 stars 25 forks source link

Batch due check #21

Closed adhocore closed 1 year ago

adhocore commented 1 year ago

closes #18

rebase and merge after #19

codecov-commenter commented 1 year ago

Codecov Report

Merging #21 (a174bc4) into main (46e2160) will increase coverage by 0.19%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   93.49%   93.69%   +0.19%     
==========================================
  Files           7        8       +1     
  Lines         523      539      +16     
==========================================
+ Hits          489      505      +16     
  Misses         18       18              
  Partials       16       16              
Impacted Files Coverage Δ
batch.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.