-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
chore: silence SECRET_KEY warning when running tests #26703
chore: silence SECRET_KEY warning when running tests #26703
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26703 +/- ##
==========================================
- Coverage 69.48% 69.48% -0.01%
==========================================
Files 1894 1894
Lines 74138 74138
Branches 8243 8243
==========================================
- Hits 51515 51514 -1
- Misses 20554 20555 +1
Partials 2069 2069
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
LGTM
@mistercrunch why don't we just run the tests via cc @dpgaspar |
My main goal was to shush the warnings and it seems both ways would do this. IDK if setting |
SUMMARY
I saw this crazy amount of warning logs about SECRET_KEY in CI logs, and thought this might silence it. Observed in another PR here -> https://github.com/apache/superset/actions/runs/7590421536/job/20676883024?pr=26698
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF