Skip to content

Commit 67946b9

Browse files
authored
Upgrade Codecov action to version 4
Updated Codecov action to version 4 and added lcov.info file upload.
1 parent 8a04e28 commit 67946b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- name: Upload coverage
38-
uses: codecov/codecov-action@v3
37+
- uses: codecov/codecov-action@v4
3938
with:
39+
files: lcov.info
4040
token: ${{ secrets.CODECOV_TOKEN }}
41+
fail_ci_if_error: false
4142

4243
docs:
4344
name: Documentation

0 commit comments

Comments
 (0)