Skip to content

Commit

Permalink
try generate coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 10, 2024
1 parent 32c76eb commit 47fb64d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ steps:
- JuliaCI/julia#v1:
version: "nightly"
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
julia --color=yes --project=.ci --code-coverage=@ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
agents:
queue: "julia"
os: "linux"
Expand All @@ -33,8 +33,8 @@ steps:
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
julia --color=yes --project=.ci --code-coverage=@ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
agents:
queue: "julia"
os: "macos"
Expand All @@ -47,8 +47,8 @@ steps:
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
julia --color=yes --project=.ci --code-coverage=@ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
agents:
queue: "julia"
os: "windows"
Expand Down

0 comments on commit 47fb64d

Please sign in to comment.