Skip to content

Commit 15a1a24

Browse files
authored
CI: fix codecov (#132)
1 parent 73f3d46 commit 15a1a24

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
@@ -35,5 +35,6 @@ jobs:
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
3737
- uses: codecov/codecov-action@v5
38+
continue-on-error: true
3839
with:
39-
file: lcov.info
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)