-
Notifications
You must be signed in to change notification settings - Fork 26
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
[#2251] Fix date logic issue (attempt 2) #2383
Conversation
a2c54a6
to
a8e9e04
Compare
a8e9e04
to
36d1be5
Compare
36d1be5
to
1b13a2e
Compare
1e00a59
to
10fa348
Compare
Codecov ReportBase: 93.53% // Head: 93.53% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2383 +/- ##
==========================================
- Coverage 93.53% 93.53% -0.01%
==========================================
Files 651 651
Lines 20729 20742 +13
Branches 1960 1963 +3
==========================================
+ Hits 19389 19400 +11
- Misses 1023 1024 +1
- Partials 317 318 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes #2251
This is mostly a bandaid fix while we wait for #2324
Changes in JSON logic for this PR: maykinmedia/json-logic-py#10
This adds the variable
today
which was also requested here: #2357