-
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
🐛Hotfix: Dynamic-backend shall work even if resources were initially empty #5205
🐛Hotfix: Dynamic-backend shall work even if resources were initially empty #5205
Conversation
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.
🥇
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5205 +/- ##
=========================================
+ Coverage 85.2% 86.4% +1.2%
=========================================
Files 1291 320 -971
Lines 52913 15381 -37532
Branches 1157 0 -1157
=========================================
- Hits 45083 13302 -31781
+ Misses 7587 2079 -5508
+ Partials 243 0 -243
Flags with carried forward coverage won't be shown. Click here to find out more.
|
495e408
to
8ad7a34
Compare
|
What do these changes do?
Sometimes a project service resources are empty due to historical reasons.
This PR allows to use defaults in case this happens and will fill the missing data on the go.
Potentially shall be hotfixed to sim4life.io
Related issue/s
How to test
Dev Checklist
DevOps Checklist