Skip to content

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

Open
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:update/codecov
Open

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

Conversation

@MikeMcC399

Copy link
Copy Markdown

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

Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
@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.50%. Comparing base (ff3ea4a) to head (b3d7505).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1121   +/-   ##
=======================================
  Coverage   96.50%   96.50%           
=======================================
  Files          29       29           
  Lines        2203     2203           
=======================================
  Hits         2126     2126           
  Misses         77       77           

☔ 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
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