File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 98
98
# cache-artifacts: "true"
99
99
# cache-packages: "false"
100
100
# cache-registries: "false"
101
- - uses : julia-actions/julia-buildpkg@latest
101
+ - uses : julia-actions/julia-buildpkg@v1
102
+ with :
103
+ ignore-no-cache : true
102
104
- name : System info
103
105
run : |
104
106
args=(--check-bounds=yes --color=yes --depwarn=yes --inline=yes --project=@.)
@@ -116,7 +118,15 @@ jobs:
116
118
ssh-keyscan github.com >> ~/.ssh/known_hosts
117
119
ssh-add test/id_ecdsa_deploy_helloworld_c_jll_read_only
118
120
julia --check-bounds=yes --color=yes --depwarn=yes --inline=yes --project=@. -e 'using Pkg; Pkg.instantiate(); Pkg.test(coverage=true)'
119
- -
uses :
julia-actions/[email protected]
121
+ - uses : julia-actions/julia-processcoverage@v1
122
+ - uses : codecov/codecov-action@v5
120
123
continue-on-error : true
121
- -
uses :
julia-actions/[email protected]
124
+ with :
125
+ files : lcov.info
126
+ - uses : coverallsapp/github-action@v2
122
127
continue-on-error : true
128
+ with :
129
+ github-token : ${{ secrets.GITHUB_TOKEN }}
130
+ path-to-lcov : lcov.info
131
+ flag-name : run-${{ join(matrix.*, '-') }}
132
+ parallel : true
You can’t perform that action at this time.
0 commit comments