Skip to content

Commit 94d981e

Browse files
authored
add coverage plugin
1 parent 03b8f93 commit 94d981e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/runtests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ steps:
66
# Julia installation outside the sandbox
77
- JuliaCI/julia#v1:
88
version: '1.10'
9+
- JuliaCI/julia-coverage#v1:
10+
codecov: true
911
- staticfloat/sandbox#v2:
1012
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v6.00/package_linux.x86_64.tar.gz
1113
rootfs_treehash: "4dcde853eb5baaa0a8f087b633eaf955dc94b5dc"
@@ -28,6 +30,8 @@ steps:
2830
plugins:
2931
- JuliaCI/julia#v1:
3032
version: "nightly"
33+
- JuliaCI/julia-coverage#v1:
34+
codecov: true
3135
command: |
3236
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
3337
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
@@ -40,6 +44,8 @@ steps:
4044
plugins:
4145
- JuliaCI/julia#v1:
4246
version: "nightly"
47+
- JuliaCI/julia-coverage#v1:
48+
codecov: true
4349
command: |
4450
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
4551
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl

0 commit comments

Comments
 (0)