Skip to content

chore: update codecov/codecov-action to v7.0.0 - #1121

Merged
targos merged 1 commit into
nodejs:mainfrom
MikeMcC399:update/codecov
Aug 14, 2026
Merged

chore: update codecov/codecov-action to v7.0.0#1121
targos merged 1 commit into
nodejs:mainfrom
MikeMcC399:update/codecov

Conversation

@MikeMcC399

Copy link
Copy Markdown
Contributor

Situation

The Node.js CI workflow nodejs.yml shows multiple deprecation warnings similar to the following:

Test / test (24, macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Change

Update nodejs.yml to use codecov/codecov-action@v7.0.0 (codecov/codecov-action@fb8b358) (current latest).

Checklist
  • npm test passes
  • contribution guidelines followed
    here

@codecov-commenter

codecov-commenter commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.33%. Comparing base (1c00f12) to head (4527285).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1121   +/-   ##
=======================================
  Coverage   96.33%   96.33%           
=======================================
  Files          29       29           
  Lines        2213     2213           
=======================================
  Hits         2132     2132           
  Misses         81       81           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

@MikeMcC399
MikeMcC399 marked this pull request as ready for review August 5, 2026 13:16
Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
@MikeMcC399

Copy link
Copy Markdown
Contributor Author

@targos

Although there were failures a couple of days ago on Windows, I re-ran CI twice today, and each time it succeeded. I also ran tests locally and successfully on Windows 11 25H2, so I think this PR is ready to merge.

@targos
targos merged commit 09ca92b into nodejs:main Aug 14, 2026
11 checks passed
@MikeMcC399
MikeMcC399 deleted the update/codecov branch August 14, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js 20 deprecation warnings (actions/github-script) in nodejs.yml CI workflow

3 participants