File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1111 paths-ignore :
1212 - ' docs/**'
1313 schedule :
14- - cron : ' 57 0 * * 5'
14+ - cron : ' 57 0 * * 5'
1515jobs :
1616 test :
1717 runs-on : ${{ matrix.os }}
3939 with :
4040 depwarn : error
4141 - uses : julia-actions/julia-processcoverage@v1
42- - uses : codecov/codecov-action@v3
42+ - uses : codecov/codecov-action@v4
4343 with :
44- file : lcov.info
44+ file : lcov.info
45+ token : ${{ secrets.CODECOV_TOKEN }}
46+ fail_ci_if_error : " true"
Original file line number Diff line number Diff line change 2626 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2727 run : julia --project=docs/ --code-coverage=user docs/make.jl
2828 - uses : julia-actions/julia-processcoverage@v1
29- - uses : codecov/codecov-action@v3
29+ - uses : codecov/codecov-action@v4
3030 with :
31- file : lcov.info
31+ file : lcov.info
32+ token : ${{ secrets.CODECOV_TOKEN }}
33+ fail_ci_if_error : " true"
You can’t perform that action at this time.
0 commit comments