-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Using iso timedelta in settings #6656
♻️ Using iso timedelta in settings #6656
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6656 +/- ##
===========================================
- Coverage 87.68% 65.53% -22.15%
===========================================
Files 1527 632 -895
Lines 60817 31803 -29014
Branches 2104 265 -1839
===========================================
- Hits 53326 20842 -32484
- Misses 7166 10900 +3734
+ Partials 325 61 -264
Continue to review 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.
ok i guess, i believe you
Quality Gate passedIssues Measures |
43f678f
into
ITISFoundation:master
What do these changes do?
In preparation of moving to pydantic2, timedelta fields now have to be formatted with the iso format.
minor: typo rename of some settings which has no impact
Related issue/s
How to test
Dev-ops checklist