Skip to content

Commit 636dbfa

Browse files
authored
Add codecov token (#129)
1 parent d743eb6 commit 636dbfa

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
@@ -34,4 +34,6 @@ jobs:
3434
- uses: julia-actions/julia-processcoverage@v1
3535
- uses: codecov/codecov-action@v4
3636
with:
37+
token: ${{ secrets.CODECOV_TOKEN }} # required
38+
fail_ci_if_error: true
3739
file: lcov.info

0 commit comments

Comments
 (0)