Skip to content

Commit c354577

Browse files
authored
Merge pull request #457 from JuliaCI/vs/codecov4
Update CI.yml to use CODECOV_TOKEN
2 parents 0822c5b + d38729f commit c354577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
- uses: codecov/codecov-action@v4
7272
with:
7373
files: lcov.info
74-
74+
token: ${{ secrets.CODECOV_TOKEN }}
75+
fail_ci_if_error: true
7576
slack:
7677
name: Notify Slack Failure
7778
needs: test

0 commit comments

Comments
 (0)