Skip to content

Commit 29794b0

Browse files
authored
Try fix codecov CI
1 parent 760ea34 commit 29794b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v5
52+
- uses: codecov/codecov-action@v4
5353
with:
54-
file: lcov.info
54+
files: lcov.info
55+
token: ${{ secrets.CODECOV_TOKEN }}
56+
fail_ci_if_error: false
5557

5658
docs:
5759
name: Documentation

0 commit comments

Comments
 (0)