-
Notifications
You must be signed in to change notification settings - Fork 429
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: AttributeError
when using LOGGING_CONFIGURATION_FILE
environment variable
#4693
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4693 +/- ##
==========================================
+ Coverage 97.20% 97.22% +0.01%
==========================================
Files 1171 1172 +1
Lines 40640 40516 -124
==========================================
- Hits 39506 39390 -116
+ Misses 1134 1126 -8 ☔ View 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.
Looks good but codecov is failing.
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
Fixes #4692.
How did you test this code?
Ran Flagsmith with
LOGGING_CONFIGURATION_FILE
as per the issue description.