| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
I've added the blocked label, as this can't land until nodejs/amaro#71 does in #54520 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #54517 +/- ##
==========================================
- Coverage 87.33% 87.32% -0.02%
==========================================
Files 649 649
Lines 182626 182622 -4
Branches 35041 35037 -4
==========================================
- Hits 159503 159479 -24
- Misses 16394 16411 +17
- Partials 6729 6732 +3
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/54517 ✔ Done loading data for nodejs/node/pull/54517 ----------------------------------- PR info ------------------------------------ Title module: use amaro default transform values (#54517) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch marco-ippolito:use-amaro-defaults -> nodejs:main Labels module, author ready, needs-ci, strip-types Commits 1 - module: use amaro default transform values Committers 1 - Marco Ippolito <marcoippolito54@gmail.com> PR-URL: https://github.com/nodejs/node/pull/54517 Fixes: https://github.com/nodejs/node/issues/54514 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54517 Fixes: https://github.com/nodejs/node/issues/54514 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 23 Aug 2024 08:02:56 GMT ✔ Approvals: 2 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/54517#pullrequestreview-2257588131 ✔ - Paolo Insogna (@ShogunPanda) (TSC): https://github.com/nodejs/node/pull/54517#pullrequestreview-2263527893 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2024-08-27T11:46:10Z: https://ci.nodejs.org/job/node-test-pull-request/61542/ - Querying data for job/node-test-pull-request/61542/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10580234930 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #54514
Moves the configuration of transformation into amaro but can always be override by node.
@nodejs/typescript