chore(deps): update codecov/codecov-action action to v7#88
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
=======================================
Coverage 69.47% 69.47%
=======================================
Files 22 22
Lines 3345 3345
=======================================
Hits 2324 2324
Misses 1021 1021
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
CybotTM
added a commit
that referenced
this pull request
Jun 7, 2026
## What Replaces the inline `Test Suite` job with the org-standard `netresearch/.github/.github/workflows/python-ci.yml@main` reusable (added in netresearch/.github#174). It runs the unit + integration pytest suites with coverage and uploads to Codecov. `lint`, `security`, `build`, `docs`, and `integration-e2e` are unchanged. The reusable caller keeps the job name `test`, so the `needs: [lint, test]` / `needs: [test]` dependencies stay valid. ## Why Renovate was bumping `codecov/codecov-action` in this repo per release (#88). The action now lives once in `python-ci.yml` and is pinned/bumped centrally — the same model PHP repos use via `php-ci.yml`. There is no longer an inline `codecov-action` reference here. Closes #88. ## Behavior notes - Test execution still runs across `ubuntu-latest`, `macos-latest`, `windows-latest` on Python 3.14. - Coverage now uploads **once** (ubuntu / 3.14) instead of from all three OS cells — the previous setup uploaded three reports with different `name=` values. - Install still uses `pip install -r requirements-dev.txt` (matching the previous job; not switched to uv). ## Residual The `lint`, `security`, `build`, `docs`, `integration-e2e` jobs still pin `actions/checkout` / `actions/setup-python`, which Renovate will still bump occasionally. This PR stops the **codecov** churn specifically. ## Validation `yamllint` (org config) and `actionlint` clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v6.0.1→v7.0.0Release Notes
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
v7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.