-
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
tools: exclude benchmark code from coverage report #25841
Conversation
@bcoe @nodejs/build-files |
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.
👍
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.
LGTM
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/20487/ ✅ |
Would like to fast-track since #25799 has landed. Added that to the daily coverage job but now it's going to report benchmark results again until this lands. Rather than roll it back, I'd prefer to get this in quickly. Please 👍 here to approve fast-tracking. @refack @bcoe @cjihrig @mhdawson @richardlau Rebased to fix merge conflict. Post-rebase CI: https://ci.nodejs.org/job/node-test-pull-request/20532/ |
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.
👍
Re-running the Raspberry Pi's which were canceled: https://ci.nodejs.org/job/node-test-commit-arm-fanned/6185/ |
Landed in 8198ca0 |
Refs: nodejs/build#1676 (comment) PR-URL: nodejs#25841 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: nodejs/build#1676 (comment) PR-URL: #25841 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: nodejs/build#1676 (comment)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes