Skip to content

Commit 61d3e58

Browse files
chore(deps): Bump codecov/codecov-action from 6 to 7
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>
1 parent 51d6e93 commit 61d3e58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uv run coverage run -m pytest tests ext -m "not e2e" --ignore=tests/integration --ignore=tests/examples --import-mode=importlib
7272
uv run coverage xml
7373
- name: Upload test coverage
74-
uses: codecov/codecov-action@v6
74+
uses: codecov/codecov-action@v7
7575
publish:
7676
needs: build
7777
if: github.event_name != 'pull_request'

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
uv run coverage run -m pytest tests ext -m "not e2e" --ignore=tests/integration --ignore=tests/examples --import-mode=importlib
100100
uv run coverage xml
101101
- name: Upload test coverage
102-
uses: codecov/codecov-action@v6
102+
uses: codecov/codecov-action@v7

0 commit comments

Comments
 (0)