-
Notifications
You must be signed in to change notification settings - Fork 174
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
[CHORE] Auto attach LLDB debugger to python #2940 #3020
[CHORE] Auto attach LLDB debugger to python #2940 #3020
Conversation
CodSpeed Performance ReportMerging #3020 will not alter performanceComparing Summary
|
Thank you will review this later today |
Is there a reason we don't include the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3020 +/- ##
==========================================
+ Coverage 78.36% 78.44% +0.08%
==========================================
Files 602 603 +1
Lines 71082 71506 +424
==========================================
+ Hits 55701 56092 +391
- Misses 15381 15414 +33 |
Personally, I sometimes include sensitive tokens as environment variables in the |
hey @sagiahrac sorry for taking so long! Great! it works :) thoughts on me removing after we resolve I will approve and merge. again thanks for your time and sorry for the wait. |
@andrewgazelka no problem :) I believe the Either way, we can omit it just to be certain |
#2940
@andrewgazelka