Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrevTick aka last tick to get previous run time of a cron expression #22

Merged
merged 9 commits into from
Apr 9, 2023

Conversation

adhocore
Copy link
Owner

@adhocore adhocore commented Apr 8, 2023

closes #20

@adhocore adhocore mentioned this pull request Apr 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2023

Codecov Report

Merging #22 (58d1e49) into main (31f3843) will increase coverage by 1.31%.
The diff coverage is 100.00%.

📣 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      #22      +/-   ##
==========================================
+ Coverage   93.69%   95.00%   +1.31%     
==========================================
  Files           8        9       +1     
  Lines         539      561      +22     
==========================================
+ Hits          505      533      +28     
+ Misses         18       14       -4     
+ Partials       16       14       -2     
Impacted Files Coverage Δ
batch.go 100.00% <100.00%> (ø)
gronx.go 100.00% <100.00%> (ø)
next.go 98.64% <100.00%> (+0.16%) ⬆️
pkg/tasker/tasker.go 84.91% <100.00%> (+2.79%) ⬆️
prev.go 100.00% <100.00%> (ø)
validator.go 100.00% <100.00%> (+1.26%) ⬆️

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

@adhocore adhocore marked this pull request as ready for review April 9, 2023 05:08
@adhocore adhocore merged commit 5fc5949 into main Apr 9, 2023
@adhocore adhocore deleted the 20-last-tick branch April 13, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get LastTick of cron
2 participants