Skip to content

Conversation

@targos
Copy link
Member

To prepare for eslint-plugin-jsdoc update.

Refs: #60535

To prepare for eslint-plugin-jsdoc update. Refs: nodejs#60535
@nodejs-github-botnodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3. web streams labels Nov 27, 2025
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed needs-ci PRs that need a full CI run. labels Nov 27, 2025
@codecov
Copy link

codecovbot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.56%. Comparing base (634dc26) to head (f4369f4).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #60870 +/- ## ========================================== + Coverage 88.54% 88.56% +0.02%  ========================================== Files 703 703 Lines 208239 208238 -1 Branches 40160 40158 -2 ========================================== + Hits 184395 184436 +41 + Misses 15860 15817 -43 - Partials 7984 7985 +1 
Files with missing linesCoverage Δ
lib/fs.js98.18% <100.00%> (ø)
lib/internal/quic/quic.js100.00% <100.00%> (ø)
lib/internal/webstreams/adapters.js85.57% <100.00%> (-0.02%)⬇️

... and 31 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.

targos added a commit that referenced this pull request Nov 30, 2025
To prepare for eslint-plugin-jsdoc update. Refs: #60535 PR-URL: #60870 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@targos
Copy link
MemberAuthor

Landed in 10837e3

@targostargos closed this Nov 30, 2025
@targostargos deleted the jsdoc branch November 30, 2025 18:15
targos added a commit that referenced this pull request Dec 5, 2025
To prepare for eslint-plugin-jsdoc update. Refs: #60535 PR-URL: #60870 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
aduh95 pushed a commit that referenced this pull request Jan 9, 2026
To prepare for eslint-plugin-jsdoc update. Refs: #60535 PR-URL: #60870 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
RafaelGSS pushed a commit that referenced this pull request Jan 13, 2026
To prepare for eslint-plugin-jsdoc update. Refs: #60535 PR-URL: #60870 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fsIssues and PRs related to the fs subsystem / file system.quicIssues and PRs related to the QUIC implementation / HTTP/3.web streams

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@targos@lpinca@cjihrig@legendecas@aduh95@nodejs-github-bot