-
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 backenderror name injection #6064
🐛🎨 Fix backenderror name injection #6064
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6064 +/- ##
=========================================
- Coverage 84.5% 66.9% -17.6%
=========================================
Files 10 641 +631
Lines 214 31297 +31083
Branches 25 205 +180
=========================================
+ Hits 181 20967 +20786
- Misses 23 10279 +10256
- Partials 10 51 +41
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.
nice trick to prevent errors
thx
services/api-server/src/simcore_service_api_server/exceptions/service_errors_utils.py
Show resolved
Hide resolved
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.
👍
What do these changes do?
Related issue/s
How to test
Dev-ops checklist