Skip to content

Commit c77f59d

Browse files
Bump codecov/codecov-action from 3 to 4 (#294)
* 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 .github/workflows/CI.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 87c3c98 commit c77f59d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ jobs:
6767
run: julia --project .github/set_ci_preferences.jl "${{ matrix.provider }}"
6868
- uses: julia-actions/julia-runtest@v1
6969
- uses: julia-actions/julia-processcoverage@v1
70-
- uses: codecov/codecov-action@v3
70+
- uses: codecov/codecov-action@v4
7171
with:
72+
fail_ci_if_error: true
73+
token: ${{ secrets.CODECOV_TOKEN }} # required
7274
file: lcov.info
7375

7476
Documentation:

0 commit comments

Comments
 (0)