build(deps): bump codecov/codecov-action from 5 to 6#2280
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflows to use the latest major version of Codecov’s upload action.
Changes:
- Bump
codecov/codecov-actionfromv5tov6in the extension tests workflow. - Bump
codecov/codecov-actionfromv5tov6in the Arrow extension workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/job-extension-tests.yml | Updates the Codecov upload step to use codecov/codecov-action@v6. |
| .github/workflows/job-arrow-extension.yml | Updates the Codecov upload step to use codecov/codecov-action@v6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: Upload to Codecov | ||
| if: ${{ !cancelled() && matrix.php-version == '8.3' }} | ||
| uses: codecov/codecov-action@v5 | ||
| uses: codecov/codecov-action@v6 | ||
| with: |
There was a problem hiding this comment.
This PR updates this workflow to codecov/codecov-action@v6, but the repo still invokes codecov/codecov-action@v5 via the composite action .github/actions/codecov-report/action.yml (e.g., lines 46 and 53). Either bump that composite action too or adjust the PR title/description to reflect that only some Codecov uploads were upgraded.
| - name: Upload to Codecov | ||
| if: ${{ !cancelled() && matrix.php == '8.3' && matrix.os == 'ubuntu-latest' }} | ||
| uses: codecov/codecov-action@v5 | ||
| uses: codecov/codecov-action@v6 | ||
| with: |
There was a problem hiding this comment.
Same as in the other workflow: this switches to codecov/codecov-action@v6, but .github/actions/codecov-report/action.yml still uses codecov/codecov-action@v5. Consider upgrading the composite action as part of this bump, or narrow the PR title/description so it doesn’t imply all Codecov uploads are on v6.
|
@copilot is this safe to merge looking at those actions changelogs and our workflows? |
Agent-Logs-Url: https://github.com/flow-php/flow/sessions/a77c3f30-1bbd-4956-b953-2cddc6830984 Co-authored-by: norberttech <1921950+norberttech@users.noreply.github.com>
Yes, it's safe to merge. The v6 upgrade (commit I also fixed the inconsistency flagged by the reviewer: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 1.x #2280 +/- ##
===========================================
+ Coverage 12.26% 83.19% +70.93%
===========================================
Files 1368 1368
Lines 51221 51221
===========================================
+ Hits 6282 42614 +36332
+ Misses 44939 8607 -36332
🚀 New features to boost your workflow:
|
Bumps codecov/codecov-action from 5 to 6 across all workflows and composite actions.
Files updated:
.github/workflows/job-extension-tests.yml.github/workflows/job-arrow-extension.yml.github/actions/codecov-report/action.ymlDependabot 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.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.