-
Notifications
You must be signed in to change notification settings - Fork 32
🐛Fix printing ENVironment when object is a complex object such as dict or list #8066
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
🐛Fix printing ENVironment when object is a complex object such as dict or list #8066
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8066 +/- ##
==========================================
+ Coverage 88.19% 90.23% +2.04%
==========================================
Files 1849 1285 -564
Lines 71756 53908 -17848
Branches 1261 218 -1043
==========================================
- Hits 63282 48642 -14640
+ Misses 8111 5196 -2915
+ Partials 363 70 -293
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
🟠 Waiting for conditions to match
|
7709bb3 to
e71f02e
Compare
|



What do these changes do?
#8057 broke the tests in notifications service.
This PR fixes them. (AI-generated)
Bonus:
Related issue/s
How to test
Dev-ops