-
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
🐛 Fixes bad formatting while handling missing configuration errors #6501
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6501 +/- ##
=========================================
+ Coverage 84.5% 87.7% +3.2%
=========================================
Files 10 1204 +1194
Lines 214 52542 +52328
Branches 25 950 +925
=========================================
+ Hits 181 46127 +45946
- Misses 23 6237 +6214
- Partials 10 178 +168
Flags with carried forward coverage won't be shown. Click here to find out more.
|
08e086a
to
2804b53
Compare
Quality Gate passedIssues Measures |
What do these changes do?
Fixes bad formatting while handling
MissingGroupExtraPropertiesForProductError
Related issue/s
How to test
After the fix
make up-prod
osparc
)groups_extra_properties
row associated to thatproduct
-> this will make the configuration invalid and in this commit this error was not handled correctly.Dev-ops checklist
None