-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
add DateRule (#602) #646
add DateRule (#602) #646
Conversation
pamparam83
commented
Jan 11, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #646 +/- ##
============================================
+ Coverage 94.49% 94.59% +0.10%
- Complexity 780 797 +17
============================================
Files 91 93 +2
Lines 2380 2425 +45
============================================
+ Hits 2249 2294 +45
Misses 131 131 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why need to split rules to Date
and DateTime
?
Why need pattern in Date
? Seems, format is enough.
@vjik I deleted the Date left the DateTime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And need to apply suggestions by StyleCI
https://github.styleci.io/analyses/16YPnP?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Co-authored-by: Sergei Tigrov <[email protected]>
StyleCI doesn't matter much. It will automatically fix style anyway. |
Thank you! |