Closed michaelyaakoby closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.05%
:tada:
Comparison is base (
dffb45c
) 95.18% compared to head (7d2902c
) 95.23%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #97
This required chaning the patching of jsonifying of datetime/date values to use ISO format.
As of 2.2.*, changing the datetime and date JSON encoding is done globally, see https://stackoverflow.com/a/74618781/2692895 (which is an updated reply to https://stackoverflow.com/questions/43663552/keep-a-datetime-date-in-yyyy-mm-dd-format-when-using-flasks-jsonify)