Uh oh!
There was an error while loading. Please reload this page.
test_runner: pass options directly to TestCoverage - #55578
Conversation
nodejs-github-bot
commented
Oct 28, 2024
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
|
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Oct 29, 2024
nodejs-github-bot
commented
Oct 29, 2024
avivkeller
commented
Oct 29, 2024
CI is 💚 , can someone add the commit-queue label so once 48hrs pass this can land quickly and smoothly? |
JakobJingleheimer
commented
Oct 29, 2024
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. |
JakobJingleheimer
commented
Oct 30, 2024
It looks like CI stalled after everything passed, and just didn't mark itself completed. |
nodejs-github-bot
commented
Oct 30, 2024
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 <redyetidev@gmail.com> (@RedYetiDev) Branch RedYetiDev:options-testcoverage -> nodejs:main Labels author ready, test_runner Commits 1 - test_runner: pass `options` directly to `TestCoverage` Committers 1 - RedYetiDev <38299977+RedYetiDev@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/55578 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/55578 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> -------------------------------------------------------------------------------- ℹ 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 |
avivkeller
commented
Nov 1, 2024
Thanks @rluvaton! Now that this has two countable reviews, can someone add the commit-queue label? |
nodejs-github-bot
commented
Nov 1, 2024
Landed in 9b6cea6 |
PR-URL: #55578 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
This commit does not land cleanly on Backport blocked by #54705 (comment) |
This should make future modifications to the
TestCoverageclass simpler, as additional options don't need to be added to the constructor.