Skip to content

Commit 5ca92ea

Browse files
Update .github/workflows/CI.yml
Co-authored-by: David Widmann <[email protected]>
1 parent 6bc66b9 commit 5ca92ea

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
@@ -59,6 +59,8 @@ jobs:
5959
- uses: julia-actions/julia-processcoverage@v1
6060
- uses: codecov/codecov-action@v4
6161
with:
62+
token: ${{ secrets.CODECOV_TOKEN }} # required
63+
fail_ci_if_error: true
6264
files: lcov.info
6365
docs:
6466
name: Documentation

0 commit comments

Comments
 (0)