Skip to content

Commit 064cddd

Browse files
committed
add token for codecov
1 parent 21b8ac8 commit 064cddd

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
@@ -42,7 +42,9 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
- uses: codecov/codecov-action@v5
4444
with:
45-
file: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }} # required
46+
fail_ci_if_error: true
47+
files: lcov.info
4648
docs:
4749
name: Documentation
4850
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)