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

15 validate value range #16

Closed adhocore closed 1 year ago

adhocore commented 1 year ago

closes #15

codecov-commenter commented 1 year ago

Codecov Report

Merging #16 (93a38ce) into main (39e0556) will decrease coverage by 0.36%. The diff coverage is 90.62%.

: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      #16      +/-   ##
==========================================
- Coverage   93.23%   92.87%   -0.36%     
==========================================
  Files           7        7              
  Lines         458      477      +19     
==========================================
+ Hits          427      443      +16     
- Misses         16       18       +2     
- Partials       15       16       +1     
Impacted Files Coverage Δ
validator.go 96.20% <66.66%> (-2.47%) :arrow_down:
checker.go 98.57% <96.15%> (-1.43%) :arrow_down:

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