Skip to content

Commit 38db7f6

Browse files
Bump codecov/codecov-action from 1 to 5 (#691)
* Bump codecov/codecov-action from 1 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update codecov config --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 57e9ed2 commit 38db7f6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
- uses: julia-actions/julia-buildpkg@latest
5454
- uses: julia-actions/julia-runtest@latest
5555
- uses: julia-actions/julia-processcoverage@v1
56-
- uses: codecov/codecov-action@v1
56+
- uses: codecov/codecov-action@v5
5757
with:
58-
file: lcov.info
58+
files: lcov.info
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
fail_ci_if_error: true
5961

6062
docs:
6163
name: Documentation

.github/workflows/JuliaNightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: julia-actions/julia-buildpkg@latest
3434
- uses: julia-actions/julia-runtest@latest
3535
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v5
3737
with:
38-
file: lcov.info
38+
files: lcov.info
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: true

0 commit comments

Comments
 (0)