File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 - JuliaCI/julia#v1:
1818 version : " nightly"
1919 command : |
20- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
21- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
20+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
21+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
2222 agents :
2323 queue : " julia"
2424 os : " linux"
3333 - JuliaCI/julia-coverage#v1:
3434 codecov : true
3535 command : |
36- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
37- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
36+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
37+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
3838 agents :
3939 queue : " julia"
4040 os : " macos"
4747 - JuliaCI/julia-coverage#v1:
4848 codecov : true
4949 command : |
50- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
51- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
50+ julia --color=yes --project=.ci --code-coverage=@ - e 'using Pkg; Pkg.instantiate()'
51+ julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
5252 agents :
5353 queue : " julia"
5454 os : " windows"
You can’t perform that action at this time.
0 commit comments