Skip to content

Commit be247d6

Browse files
committed
try fix codecov
1 parent 1802bfb commit be247d6

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
@@ -46,6 +46,8 @@ jobs:
4646
git config --global user.email [email protected]
4747
- uses: julia-actions/julia-runtest@latest
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
with:
51-
files: lcov.info
51+
# possibly other stuff
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
fail_ci_if_error: true

0 commit comments

Comments
 (0)