-
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
build: fix make errors that occur in Makefile #55287
Conversation
Can you explain why this fixes that error? What makes this command better? FWIW I can't reproduce the issue on my machine. |
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.
Thanks for catching this. LGTM as is.
The makefile doesn't use -exec
anywhere else, so you might want to align it with other find
s and use xargs
.
Since we don't have guidelines nor linting rules for this and -exec
works just fine, feel free to ignore the suggestions.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55287 +/- ##
==========================================
- Coverage 88.41% 87.85% -0.57%
==========================================
Files 652 652
Lines 186612 186762 +150
Branches 36062 35778 -284
==========================================
- Hits 165001 164080 -921
- Misses 14885 15900 +1015
- Partials 6726 6782 +56 |
This comment was marked as outdated.
This comment was marked as outdated.
c0d3755
to
f35e50d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
fix make errors that occur in coverage-clean case and coverage-test in Makefile
f35e50d
to
9374cd4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Landed in 6d36199 |
fix make errors that occur in coverage-clean case and coverage-test in Makefile PR-URL: nodejs#55287 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@RedYetiDev |
fix make errors that occur in coverage-clean case and coverage-test in Makefile PR-URL: #55287 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
fix make errors that occur in coverage-clean case and coverage-test in Makefile PR-URL: nodejs#55287 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fix make errors that occur in Makefile
fix make errors that occur in coverage-clean case and coverage-test case in Makefile
Closes #55288
AS-IS
To-BE