Skip to content

Commit 3d6200b

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6
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>
1 parent 5b63bfc commit 3d6200b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run Tests
4646
run: |
4747
uv run pytest --cov-report xml:./coverage.xml --durations=25
48-
- uses: codecov/codecov-action@v5
48+
- uses: codecov/codecov-action@v6
4949
if: matrix.os == 'ubuntu-latest' && success()
5050
with:
5151
files: ./coverage.xml # optional

.github/workflows/warnings-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run Tests
4646
run: |
4747
uv run pytest -Werror --cov-report xml:./coverage.xml --durations=25
48-
- uses: codecov/codecov-action@v5
48+
- uses: codecov/codecov-action@v6
4949
if: matrix.os == 'ubuntu-latest' && success()
5050
with:
5151
file: ./coverage.xml # optional

0 commit comments

Comments
 (0)