-
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
🎨 switch to debugpy
#5345
🎨 switch to debugpy
#5345
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5345 +/- ##
========================================
+ Coverage 87.3% 87.4% +0.1%
========================================
Files 1321 1313 -8
Lines 54181 54034 -147
Branches 1172 1172
========================================
- Hits 47321 47268 -53
+ Misses 6610 6516 -94
Partials 250 250
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.
Great! Thx so much!
Does the .vscode/launch.template.json
need to be updated as well or works as is?
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/core/settings.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.
very nice thanks!
Quality Gate passedIssues Measures |
What do these changes do?
debugpy
for debugging local deploymentRelated issue/s
debugpy
everywhere #5343How to test
Dev Checklist
DevOps Checklist