Skip to content

Commit 0a923d6

Browse files
authored
ci: use codecov token (#161)
1 parent 8bae167 commit 0a923d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- uses: julia-actions/julia-processcoverage@v1
5151
- uses: codecov/codecov-action@v4
5252
with:
53+
token: ${{ secrets.CODECOV_TOKEN }} # required
54+
fail_ci_if_error: true
5355
file: lcov.info
5456

5557
docs:

0 commit comments

Comments
 (0)