-
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
🐛 Is922/wrong-null-substitution #5269
🐛 Is922/wrong-null-substitution #5269
Conversation
…iak66/osparc-simcore into is922/auto-recharge-emit-msg
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5269 +/- ##
========================================
- Coverage 86.4% 77.3% -9.2%
========================================
Files 1306 1306
Lines 53510 53510
Branches 1170 1170
========================================
- Hits 46280 41368 -4912
- Misses 6981 11900 +4919
+ Partials 249 242 -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.
🙌
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.
merci, nice find!
What do these changes do?
When providing in config file
RESOURCE_USAGE_TRACKER_S3=null
In docker-compose yaml file environment section this:
- RESOURCE_USAGE_TRACKER_S3=${RESOURCE_USAGE_TRACKER_S3}
substitutes for empty string,while
RESOURCE_USAGE_TRACKER_S3: ${RESOURCE_USAGE_TRACKER_S3}
substitutes correctly to null valueRelated issue/s
How to test
Dev Checklist
DevOps Checklist