-
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
🐛 adding missing env var to docker-compose.yaml #5011
🐛 adding missing env var to docker-compose.yaml #5011
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5011 +/- ##
========================================
+ Coverage 85.9% 87.2% +1.3%
========================================
Files 1245 1245
Lines 51257 51257
Branches 1085 1085
========================================
+ Hits 44057 44735 +678
+ Misses 6968 6283 -685
- Partials 232 239 +7
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thank you!
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.
not sure self-consistent is what you wanna use here ;)
self-contained: https://www.google.com/search?q=self+contained&rlz=1C1CHBD_enCH898CH898&oq=self+contained&gs_lcrp=EgZjaHJvbWUqCwgAEEUYJxg7GIoFMgsIABBFGCcYOxiKBTIMCAEQABgUGIcCGIAEMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgcIBRAAGIAEMgcIBhAAGIAEMgcIBxAAGIAEMgcICBAAGIAEMgcICRAAGIAE0gEIMTU5N2owajmoAgCwAgA&sourceid=chrome&ie=UTF-8
self-consistent: https://www.google.com/search?q=self+consistent&rlz=1C1CHBD_enCH898CH898&oq=self+consistent&gs_lcrp=EgZjaHJvbWUyBggAEEUYQDIGCAEQRRhA0gEIMjgzMmowajmoAgCwAgA&sourceid=chrome&ie=UTF-8
Code Climate has analyzed commit 2e5e397 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Adds missing env var as requested in #4986 (comment)
Related issue/s
How to test
Dev Checklist
DevOps Checklist