Skip to content

doc: test and test-only targets do not run linter anymore#62120

Open
Xstoudi wants to merge 2 commits intonodejs:mainfrom
Xstoudi:doc/test-do-not-lint
Open

doc: test and test-only targets do not run linter anymore#62120
Xstoudi wants to merge 2 commits intonodejs:mainfrom
Xstoudi:doc/test-do-not-lint

Conversation

@Xstoudi
Copy link
Contributor

@Xstoudi Xstoudi commented Mar 5, 2026

make test and make test-only targets no longer runs linters. This commit updates the inline comments and building doc to reflect reality.

Fixes: #58606

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/build
  • @nodejs/tsc

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. labels Mar 5, 2026
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.66%. Comparing base (15bdf38) to head (4cb68d2).
⚠️ Report is 501 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #62120      +/-   ##
==========================================
+ Coverage   88.53%   89.66%   +1.12%     
==========================================
  Files         703      676      -27     
  Lines      208598   206348    -2250     
  Branches    40227    39525     -702     
==========================================
+ Hits       184674   185013     +339     
+ Misses      15951    13468    -2483     
+ Partials     7973     7867     -106     

see 304 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Xstoudi Xstoudi force-pushed the doc/test-do-not-lint branch from 53b3e54 to cfe8f21 Compare March 6, 2026 08:42
Xstoudi added 2 commits March 6, 2026 09:49
`make test` and `make test-only` targets no longer runs linters.
This commit updates the inline comments and building doc to reflect
reality.

Fixes: nodejs#58606
@Xstoudi Xstoudi force-pushed the doc/test-do-not-lint branch from cfe8f21 to 4cb68d2 Compare March 6, 2026 08:49
@Renegade334 Renegade334 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Mar 8, 2026
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 9, 2026
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Mar 9, 2026
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/62120
✔  Done loading data for nodejs/node/pull/62120
----------------------------------- PR info ------------------------------------
Title      doc: test and test-only targets do not run linter anymore (#62120)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     Xstoudi:doc/test-do-not-lint -> nodejs:main
Labels     doc, build, author ready, needs-ci, commit-queue-squash
Commits    2
 - doc: test and test-only targets do not run linter
 - format
Committers 1
 - Xavier Stouder <xavier@stouder.io>
PR-URL: https://github.com/nodejs/node/pull/62120
Fixes: https://github.com/nodejs/node/issues/58606
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/62120
Fixes: https://github.com/nodejs/node/issues/58606
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Thu, 05 Mar 2026 20:05:31 GMT
   ✔  Approvals: 5
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/62120#pullrequestreview-3902359217
   ✔  - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/62120#pullrequestreview-3903649372
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/62120#pullrequestreview-3905667451
   ✔  - René (@Renegade334): https://github.com/nodejs/node/pull/62120#pullrequestreview-3912118341
   ✔  - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/62120#pullrequestreview-3913335876
   ✔  Last GitHub CI successful
   ✘  No Jenkins CI runs detected
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/22842950088

@richardlau richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Mar 9, 2026
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 9, 2026
@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build: lint under make test?

8 participants