Skip to content

Commit 2f9b54b

Browse files
committed
CI: Enable coverage
1 parent 64af0ab commit 2f9b54b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ steps:
2323
version: "1.7"
2424
- JuliaCI/julia-test#v1:
2525
julia_args: "--threads=1"
26-
# - JuliaCI/julia-coverage#v1:
27-
# codecov: true
26+
- JuliaCI/julia-coverage#v1:
27+
codecov: true
2828
- label: Julia 1.8
2929
timeout_in_minutes: 60
3030
<<: *test
@@ -33,8 +33,8 @@ steps:
3333
version: "1.8"
3434
- JuliaCI/julia-test#v1:
3535
julia_args: "--threads=1"
36-
# - JuliaCI/julia-coverage#v1:
37-
# codecov: true
36+
- JuliaCI/julia-coverage#v1:
37+
codecov: true
3838
- label: Julia nightly
3939
timeout_in_minutes: 60
4040
<<: *test
@@ -43,8 +43,8 @@ steps:
4343
version: "1.9-nightly"
4444
- JuliaCI/julia-test#v1:
4545
julia_args: "--threads=1"
46-
# - JuliaCI/julia-coverage#v1:
47-
# codecov: true
46+
- JuliaCI/julia-coverage#v1:
47+
codecov: true
4848
- label: Julia 1.7 (macOS)
4949
timeout_in_minutes: 60
5050
<<: *test
@@ -57,16 +57,16 @@ steps:
5757
version: "1.7"
5858
- JuliaCI/julia-test#v1:
5959
julia_args: "--threads=1"
60-
# - JuliaCI/julia-coverage#v1:
61-
# codecov: true
60+
- JuliaCI/julia-coverage#v1:
61+
codecov: true
6262
- label: Julia 1.7 - TimespanLogging
6363
timeout_in_minutes: 60
6464
<<: *test
6565
plugins:
6666
- JuliaCI/julia#v1:
6767
version: "1.7"
68-
# - JuliaCI/julia-coverage#v1:
69-
# codecov: true
68+
- JuliaCI/julia-coverage#v1:
69+
codecov: true
7070
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
7171
- label: Benchmarks
7272
timeout_in_minutes: 120

0 commit comments

Comments
 (0)