Skip to content

Commit 8ec0b06

Browse files
Bump codecov/codecov-action from 5 to 6 (#234)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 744397c commit 8ec0b06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: uv sync -q --no-default-groups --group test
3838
- run: template sys-info --developer
3939
- run: pytest tests --cov=template --cov-report=xml --cov-config=pyproject.toml
40-
- uses: codecov/codecov-action@v5
40+
- uses: codecov/codecov-action@v6
4141
if: ${{ github.repository == 'mscheltienne/template-python' }}
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
@@ -64,7 +64,7 @@ jobs:
6464
uv pip install -q --upgrade --prerelease allow --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
6565
- run: template sys-info --developer
6666
- run: pytest tests --cov=template --cov-report=xml --cov-config=pyproject.toml
67-
- uses: codecov/codecov-action@v5
67+
- uses: codecov/codecov-action@v6
6868
if: ${{ github.repository == 'mscheltienne/template-python' }}
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)