Skip to content

Commit b42c2b0

Browse files
committed
try recommended way
1 parent 6f6c481 commit b42c2b0

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
@@ -45,4 +45,6 @@ jobs:
4545
- uses: julia-actions/julia-processcoverage@v1
4646
- uses: codecov/codecov-action@v4
4747
with:
48-
file: lcov.info
48+
# file: lcov.info
49+
token: ${{ secrets.CODECOV_TOKEN }}
50+
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

0 commit comments

Comments
 (0)