Skip to content

process: fix experimental warning tracking - #65070

Closed
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:process4
Closed

process: fix experimental warning tracking#65070
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:process4

Conversation

@Archkon

@Archkon Archkon commented Aug 6, 2026

Copy link
Copy Markdown

Return Just(false) for duplicate experimental warnings and only record a warning after it has been emitted successfully.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 6, 2026
Return Just(false) for duplicate experimental warnings and only record a
warning after it has been emitted successfully.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.31%. Comparing base (c18fd90) to head (218ce26).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #65070   +/-   ##
=======================================
  Coverage   90.31%   90.31%           
=======================================
  Files         759      759           
  Lines      247646   247648    +2     
  Branches    46697    46694    -3     
=======================================
+ Hits       223654   223660    +6     
+ Misses      15463    15461    -2     
+ Partials     8529     8527    -2     
Files with missing lines Coverage Δ
src/node_process-inl.h 100.00% <100.00%> (ø)
src/node_process_events.cc 73.13% <100.00%> (+13.43%) ⬆️

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

@trivikr trivikr added the process Issues and PRs related to the process subsystem. label Aug 7, 2026
@aduh95 aduh95 closed this Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants