Skip to content

build(deps): bump codecov/codecov-action from 6 to 7#1132

Merged
eqrx merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7
Jun 18, 2026
Merged

build(deps): bump codecov/codecov-action from 6 to 7#1132
eqrx merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps codecov/codecov-action from 6 to 7.

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

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 6 to 7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v6...v7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  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 Jun 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 8, 2026 23:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Walkthrough

The GitHub Actions workflow is updated to use Codecov action v7 instead of v6 for uploading unit test coverage reports. This is a routine dependency version bump applied to the testing workflow's coverage upload step.

Changes

Codecov action version upgrade

Layer / File(s) Summary
Update Codecov action to v7
.github/workflows/testing.yaml
The codecov/codecov-action reference in the coverage upload step is updated from @v6 to @v7.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the codecov/codecov-action dependency from version 6 to 7.
Description check ✅ Passed The description is directly related to the changeset, providing Dependabot release notes and changelog details for the codecov/codecov-action version bump from 6 to 7.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/codecov/codecov-action-7

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/testing.yaml (1)

101-101: codecov/codecov-action v7 bump (line 101): no migration needed; files/token should remain compatible

  • Codecov describes v7 as primarily addressing a GPG key verification regression and expects standard v6→v7 workflows to behave the same way, with no special migration steps for typical inputs like files and token.
  • Optional: if you want to clear zizmor, pinning the action by digest would be consistent with security hardening, but this workflow already uses tag-based references elsewhere.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/testing.yaml at line 101, Update the Codecov action
reference from codecov/codecov-action@v6 (or older) to codecov/codecov-action@v7
in the GitHub Actions workflow (the step using "uses:
codecov/codecov-action@v7"); no functional migration of inputs like files or
token is required because v7 is compatible with standard v6 usage, but
optionally consider pinning to a digest for stronger supply-chain security if
you want to harden the "uses" reference.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In @.github/workflows/testing.yaml:
- Line 101: Update the Codecov action reference from codecov/codecov-action@v6
(or older) to codecov/codecov-action@v7 in the GitHub Actions workflow (the step
using "uses: codecov/codecov-action@v7"); no functional migration of inputs like
files or token is required because v7 is compatible with standard v6 usage, but
optionally consider pinning to a digest for stronger supply-chain security if
you want to harden the "uses" reference.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 4bed80bb-c789-4dc4-b6f1-1e7802205bb7

📥 Commits

Reviewing files that changed from the base of the PR and between 790893b and e3d4ff3.

📒 Files selected for processing (1)
  • .github/workflows/testing.yaml

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.29%. Comparing base (790893b) to head (e3d4ff3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1132   +/-   ##
=======================================
  Coverage   63.29%   63.29%           
=======================================
  Files          13       13           
  Lines         869      869           
=======================================
  Hits          550      550           
  Misses        280      280           
  Partials       39       39           

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

@eqrx eqrx merged commit b9e975d into main Jun 18, 2026
5 checks passed
@eqrx eqrx deleted the dependabot/github_actions/codecov/codecov-action-7 branch June 18, 2026 09:36
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.

1 participant