-
Notifications
You must be signed in to change notification settings - Fork 27
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 Redis DSN scheme generation #6790
🐛 Fix Redis DSN scheme generation #6790
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6790 +/- ##
==========================================
+ Coverage 88.49% 89.92% +1.42%
==========================================
Files 1545 1102 -443
Lines 62631 48978 -13653
Branches 2155 408 -1747
==========================================
- Hits 55427 44043 -11384
+ Misses 6876 4866 -2010
+ Partials 328 69 -259
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Fix the Redis DSN scheme in case the
REDIS_SECURE
is set totrue
.Related issue/s
How to test
Dev-ops checklist