-
Notifications
You must be signed in to change notification settings - Fork 792
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
Remove environments #1620
Remove environments #1620
Conversation
Environment.is_debug() is always False.
Codecov Report
@@ Coverage Diff @@
## develop #1620 +/- ##
===========================================
- Coverage 44.86% 44.52% -0.35%
===========================================
Files 469 462 -7
Lines 13622 13625 +3
===========================================
- Hits 6112 6066 -46
- Misses 7510 7559 +49
Continue to review full report at Codecov.
|
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.
We just need Changelog entry and it LGTM.
@ilija-lazoroski This doesn't need a changelog entry. It's a purely internal change and has no meaningful impact on users or developers. |
What does this PR do?
Fixes #1560
PR Checklist
Was the CHANGELOG.md updated to reflect the changes?Was the documentation framework updated to reflect the changes?Testing Checklist
Added relevant unit tests?If applicable, add screenshots or log transcripts of the feature working