Skip to content

⬆️ Update codecov/codecov-action action to v7#586

Merged
basnijholt merged 1 commit into
mainfrom
renovate/codecov-codecov-action-7.x
Jun 7, 2026
Merged

⬆️ Update codecov/codecov-action action to v7#586
basnijholt merged 1 commit into
mainfrom
renovate/codecov-codecov-action-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 7, 2026

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action major v6.0.2v7.0.0

Release Notes

codecov/codecov-action (codecov/codecov-action)

v7.0.0

Compare Source

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 7, 2026

Greptile Summary

This PR bumps codecov/codecov-action from v6.0.2 to v7.0.0 in the pytest CI workflow, driven by Renovate.

  • The only change is a single version tag update on line 46 of .github/workflows/pytest.yml; no inputs, configuration, or logic are modified.
  • The CODECOV_TOKEN secret and the if condition scoping upload to ubuntu-latest / Python 3.13 remain unchanged.

Confidence Score: 5/5

Safe to merge — this is a minimal, automated version bump with no logic changes.

The change is a single-line version tag update to an external upload action. The action's inputs, token handling, and conditional scoping are all unchanged, and the new version is the official latest release from the codecov team.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/pytest.yml Single-line version bump of codecov/codecov-action from v6.0.2 to v7.0.0; all surrounding config unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pytest CI triggered] --> B[matrix: os x python-version]
    B --> C[Checkout code]
    C --> D[Set up Python]
    D --> E[Install dependencies]
    E --> F{os == macos?}
    F -- Yes --> G[Run Swift tests]
    G --> H[Run pytest all extras]
    F -- No --> I[Run pytest explicit extras]
    H --> J{ubuntu-latest AND python 3.13?}
    I --> J
    J -- Yes --> K[codecov-action v7.0.0 - Upload coverage]
    J -- No --> L[Skip upload]
Loading

Reviews (2): Last reviewed commit: "⬆️ Update codecov/codecov-action action ..." | Re-trigger Greptile

@renovate renovate Bot force-pushed the renovate/codecov-codecov-action-7.x branch from b07d0a4 to a67cf26 Compare June 7, 2026 10:03
@basnijholt basnijholt merged commit 6194633 into main Jun 7, 2026
10 checks passed
@basnijholt basnijholt deleted the renovate/codecov-codecov-action-7.x branch June 7, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant