-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
cli: ensure --run has proper pwd #54949
cli: ensure --run has proper pwd #54949
Conversation
Co-authored-by: Yagiz Nizipli <[email protected]>
Co-authored-by: Yagiz Nizipli <[email protected]>
Co-authored-by: Yagiz Nizipli <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54949 +/- ##
==========================================
- Coverage 88.07% 88.06% -0.01%
==========================================
Files 651 652 +1
Lines 183538 183589 +51
Branches 35862 35870 +8
==========================================
+ Hits 161647 161675 +28
- Misses 15136 15154 +18
- Partials 6755 6760 +5
|
This comment was marked as outdated.
This comment was marked as outdated.
cc @nodejs/cpp-reviewers would you mind reviewing? |
@nodejs/tsc would you mind reviewing this? this pr is the only thing keeping |
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.
I can't believe you got a green CI run before a review
Don't jinx it. Today is that day @KhafraDev |
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.
The PR should not be has proper cwd
?
Landed in 0c5fa57 |
PR-URL: #54949 Refs: #53600 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
PR-URL: nodejs#54949 Refs: nodejs#53600 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Continuing the work of @bmeck. I basically rebased and added a new commit applying @huseyinacacak-janea's comments.
Ref: #53600