Skip to content

Commit 47fb64d

Browse files
author
KristofferC
committed
try generate coverage files
1 parent 32c76eb commit 47fb64d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.buildkite/runtests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ steps:
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"
@@ -33,8 +33,8 @@ steps:
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"
@@ -47,8 +47,8 @@ steps:
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"

0 commit comments

Comments
 (0)