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

Make abbreviations in cron expressions case insensitive #26

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

reugn
Copy link
Owner

@reugn reugn commented Feb 22, 2022

Resolves #25.

@codecov-commenter
Copy link

Codecov Report

Merging #26 (f578ff9) into master (1c112df) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   84.13%   84.16%   +0.02%     
==========================================
  Files           6        6              
  Lines         580      581       +1     
==========================================
+ Hits          488      489       +1     
  Misses         62       62              
  Partials       30       30              
Impacted Files Coverage Δ
quartz/cron.go 78.83% <ø> (ø)
quartz/util.go 86.41% <100.00%> (+0.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c112df...f578ff9. Read the comment docs.

@reugn reugn merged commit 64275d4 into master Feb 22, 2022
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.

day and month are case sensitive
2 participants