Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit a3a244c

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#133)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b80612b commit a3a244c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
- name: Upload coverage
3838
# any except cancelled or skipped
3939
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
41+
with:
42+
fail_ci_if_error: true
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)