Skip to content

Commit ba52a34

Browse files
Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#93)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@1af5884...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 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 bf22b99 commit ba52a34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pixi-pytest-with-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pixi run -e ${{ inputs.environment }} pytest --cov=$GITHUB_WORKSPACE --cov-report=xml
3333

3434
- name: Upload coverage report to Codecov
35-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
35+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
3636
with:
3737
files: ./coverage.xml
3838
flags: unittests

.github/workflows/pytest-with-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pytest --cov=$GITHUB_WORKSPACE --cov-report=xml
5050
5151
- name: Upload coverage report to Codecov
52-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
52+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
5353
with:
5454
files: ./coverage.xml
5555
flags: unittests

0 commit comments

Comments
 (0)