Skip to content

quic: ignore coverage for quic files - #63149

Closed
jasnell wants to merge 1 commit into
nodejs:mainfrom
jasnell:jasnell/ignore-quic-coverage
Closed

quic: ignore coverage for quic files#63149
jasnell wants to merge 1 commit into
nodejs:mainfrom
jasnell:jasnell/ignore-quic-coverage

Conversation

@jasnell

Copy link
Copy Markdown
Member

Since they aren't built by default

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/quic

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3. labels May 6, 2026
@jasnell
jasnell requested a review from aduh95May 6, 2026 11:29
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
@jasnell
jasnellforce-pushed the jasnell/ignore-quic-coverage branch from 1f7a03e to 3d65005CompareMay 6, 2026 11:30
@jasnelljasnell added the fast-track PRs that do not need to wait for 48 hours to land. label May 6, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @jasnell. Please 👍 to approve.

@jasnell
jasnell requested a review from mcollinaMay 6, 2026 11:31
@nodejs-github-bot

This comment was marked as outdated.

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@codecov

codecovBot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.06%. Comparing base (e80b5d2) to head (3d65005).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #63149 +/- ##
==========================================
+ Coverage 89.66% 90.06% +0.39% 
==========================================
Files 713 713 Lines 224076 224257 +181 Branches 42308 42396 +88 ==========================================
+ Hits 200912 201970 +1058 + Misses 14996 14099 -897 - Partials 8168 8188 +20 
Files with missing linesCoverage Δ
lib/internal/quic/diagnostics.js100.00% <100.00%> (ø)
lib/internal/quic/state.js100.00% <100.00%> (+48.39%)⬆️
lib/internal/quic/stats.js100.00% <100.00%> (+45.36%)⬆️
lib/internal/quic/symbols.js100.00% <100.00%> (ø)

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

@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 6, 2026
@jasnell

Copy link
Copy Markdown
MemberAuthor

fedora build agents on jenkins are moving painfully slowly today because apparently the ccache was cleared. 3+ hrs and counting and it's not even yet completely done with the v8 part of the build. Once that finally does finish, and once I'm able to resume to clear up the one flaky failure that's there, I'll be able to get this landed.

@nodejs-github-bot

nodejs-github-bot commented May 6, 2026

Copy link
Copy Markdown
Collaborator

jasnell added a commit that referenced this pull request May 6, 2026
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #63149
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tim Perry <pimterry@gmail.com>
@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in 3c2d2e3

@jasnelljasnell closed this May 6, 2026
aduh95 pushed a commit that referenced this pull request May 19, 2026
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #63149
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request May 19, 2026
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #63149
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit to aduh95/node that referenced this pull request Jul 30, 2026
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#63149
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit to aduh95/node that referenced this pull request Aug 3, 2026
Since they aren't built by default
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#63149
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tim Perry <pimterry@gmail.com>
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.fast-trackPRs that do not need to wait for 48 hours to land.needs-ciPRs that need a full CI run.quicIssues and PRs related to the QUIC implementation / HTTP/3.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@jasnell@nodejs-github-bot@mcollina@panva@pimterry@MoLow@aymen94