-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test_runner: pass options
directly to TestCoverage
#55578
Conversation
Review requested:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #55578 +/- ##
==========================================
+ Coverage 87.93% 88.32% +0.39%
==========================================
Files 654 654
Lines 187686 187658 -28
Branches 35819 36049 +230
==========================================
+ Hits 165038 165746 +708
+ Misses 15849 15125 -724
+ Partials 6799 6787 -12
|
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
CI is 💚 , can someone add the commit-queue label so once 48hrs pass this can land quickly and smoothly? |
IIR, you can add it whenever, and once the wait time has elapsed, it will kick in automatically |
I can't, I'm not a collaborator. If I could, I would. |
It looks like CI stalled after everything passed, and just didn't mark itself completed. |
Commit Queue failed- Loading data for nodejs/node/pull/55578 ✔ Done loading data for nodejs/node/pull/55578 ----------------------------------- PR info ------------------------------------ Title test_runner: pass `options` directly to `TestCoverage` (#55578) Author Aviv Keller <[email protected]> (@RedYetiDev) Branch RedYetiDev:options-testcoverage -> nodejs:main Labels author ready, test_runner Commits 1 - test_runner: pass `options` directly to `TestCoverage` Committers 1 - RedYetiDev <[email protected]> PR-URL: https://github.com/nodejs/node/pull/55578 Reviewed-By: Moshe Atlow <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/55578 Reviewed-By: Moshe Atlow <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 28 Oct 2024 23:00:22 GMT ✔ Approvals: 1 ✔ - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/55578#pullrequestreview-2401251223 ✘ This PR needs to wait 119 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-10-29T14:40:07Z: https://ci.nodejs.org/job/node-test-pull-request/63337/ - Querying data for job/node-test-pull-request/63337/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/11603069194 |
The GitHub bot didn't count at @pmarchini's review to do a typo in the README. See #55625 |
Thanks @rluvaton! Now that this has two countable reviews, can someone add the commit-queue label? |
Landed in 9b6cea6 |
PR-URL: #55578 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Raz Luvaton <[email protected]>
PR-URL: nodejs#55578 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Raz Luvaton <[email protected]>
PR-URL: nodejs#55578 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Raz Luvaton <[email protected]>
This should make future modifications to the
TestCoverage
class simpler, as additional options don't need to be added to the constructor.