Skip to content

Bump codecov/codecov-action from 5 to 6#407

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/codecov/codecov-action-6
Open

Bump codecov/codecov-action from 5 to 6#407
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps codecov/codecov-action from 5 to 6.

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 17:02
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This PR bumps codecov/codecov-action from v5 to v6 across three Codecov upload steps in .github/workflows/test.yml (the test, test-pyglotaran-dev, and test-min-versions jobs).\n\nKey points:\n- The change is a straightforward, single-file, three-line version bump generated by Dependabot.\n- v6 introduces node24 support, which the release notes flag as potentially breaking for environments that do not yet support node24. However, all three affected steps already have continue-on-error: true, so any runtime failure of the action would not block CI.\n- No other workflow logic, inputs, secrets, or configuration has changed.

Confidence Score: 5/5

This PR is safe to merge — it is a routine Dependabot dependency bump with no logic changes and all affected steps have continue-on-error: true.

The change is a minimal, automated version bump of a CI action across three identical steps. The node24 compatibility caveat noted in the v6 release notes is fully mitigated by the existing continue-on-error: true on each step, so even in the worst case no test job would be blocked. No application code, configuration, or other workflows are touched.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/test.yml Bumps codecov/codecov-action from v5 to v6 in three Codecov Upload steps; all three have continue-on-error: true so any compatibility issues with node24 will not block CI.

Reviews (1): Last reviewed commit: "Bump codecov/codecov-action from 5 to 6" | Re-trigger Greptile

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.19%. Comparing base (fa9f91d) to head (ebf0211).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #407   +/-   ##
=======================================
  Coverage   60.19%   60.19%           
=======================================
  Files          30       30           
  Lines        1570     1570           
  Branches      215      215           
=======================================
  Hits          945      945           
  Misses        605      605           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants