-
Notifications
You must be signed in to change notification settings - Fork 148
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
[Backport 2.x] Added support of timestamp/date/time using curly brackets #1908
[Backport 2.x] Added support of timestamp/date/time using curly brackets #1908
Conversation
Something wrong with doctests @matthewryanwells |
Codecov Report
@@ Coverage Diff @@
## 2.x #1908 +/- ##
=========================================
Coverage 97.42% 97.42%
Complexity 4648 4648
=========================================
Files 408 408
Lines 11528 11528
Branches 839 839
=========================================
Hits 11231 11231
Misses 290 290
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
This was due to a bad cherry pick I had done, it is fixed now |
…-project#1894) * Added support of timestamp/date/time using curly brackets (#297) * added bracketed time/date/timestamp input, tests, and documentation Signed-off-by: Matthew Wells <[email protected]> * improved failing tests Signed-off-by: Matthew Wells <[email protected]> * simplified tests for checking for failure Signed-off-by: Matthew Wells <[email protected]> * fixed redundant tests and improved tests that should fail Signed-off-by: Matthew Wells <[email protected]> --------- Signed-off-by: Matthew Wells <[email protected]> (cherry picked from commit 1a7134b)
Signed-off-by: Matthew Wells <[email protected]>
e42e6b3
to
0c747a8
Compare
After rebasing my code again with the most recent changes it has fixed the code coverage issues |
Backport 1a7134b from #1894