Skip to content

Commit caccfdc

Browse files
Bump codecov/codecov-action in the github-actions group (#98)
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.0.7 to 5.1.1 - [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.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf221f5 commit caccfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
coverage xml
3737
- name: Upload coverage reports to Codecov
3838
if: ${{ matrix.python-version == 3.12}}
39-
uses: codecov/codecov-action@v5.0.7
39+
uses: codecov/codecov-action@v5.1.1
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
fail_ci_if_error: true

0 commit comments

Comments
 (0)