build(deps): bump codecov/codecov-action from 4 to 6#21
build(deps): bump codecov/codecov-action from 4 to 6#21dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...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>
Greptile SummaryBumps Confidence Score: 5/5This PR is safe to merge — it is a minimal, automated dependency bump with no functional changes. Single-line version bump from a trusted bot with no surrounding logic changes. No custom rules are violated and no issues were found. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "build(deps): bump codecov/codecov-action..." | Re-trigger Greptile |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c9a4062. Configure here.
|
|
||
| - name: Upload coverage to Codecov | ||
| uses: codecov/codecov-action@v4 | ||
| uses: codecov/codecov-action@v6 |
There was a problem hiding this comment.
Deprecated file parameter breaks coverage upload in v6
Medium Severity
The file input parameter was deprecated in codecov/codecov-action v5 in favor of files. Since this PR bumps from v4 directly to v6, the file: ./coverage.xml parameter may no longer be recognized, potentially causing the coverage upload step to silently ignore the specified coverage report file or fail to upload it correctly.
Reviewed by Cursor Bugbot for commit c9a4062. Configure here.


Bumps codecov/codecov-action from 4 to 6.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...75cd116chore(release): 5.5.4 (#1927)87d39f4Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)1af5884chore(release): bump to 5.5.3 (#1922)c143300build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)671740achore(release): 5.5.2 (#1902)96b38e9chore:disable_searchalignment (#1881)9b6d1f8check gpg only when skip-validation = false (#1894)5a10915chore(release): 5.5.1 (#1873)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
CI is updated to use
codecov/codecov-action@v6, which may change runtime requirements (e.g., Node 24) and could cause coverage upload failures in GitHub Actions if incompatible.Overview
Updates the CI workflow to upload coverage using
codecov/codecov-action@v6instead of@v4for the Python 3.11 test job; no other workflow behavior is changed.Reviewed by Cursor Bugbot for commit c9a4062. Bugbot is set up for automated code reviews on this repo. Configure here.