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

Commit 2c07c5d

Browse files
Bump codecov/codecov-action from 3 to 4 (#122)
* Bump codecov/codecov-action from 3 to 4 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]> * Update build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Pająk <[email protected]>
1 parent 16a8044 commit 2c07c5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
name: coverage
2424
path: coverage.*
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v4
2727
with:
28+
fail_ci_if_error: true
2829
file: ./coverage.out
30+
token: ${{ secrets.CODECOV_TOKEN }}
2931

3032
compatibility:
3133
strategy:

0 commit comments

Comments
 (0)