File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 23
23
version : " 1.7"
24
24
- JuliaCI/julia-test#v1:
25
25
julia_args : " --threads=1"
26
- # - JuliaCI/julia-coverage#v1:
27
- # codecov: true
26
+ - JuliaCI/julia-coverage#v1:
27
+ codecov : true
28
28
- label : Julia 1.8
29
29
timeout_in_minutes : 60
30
30
<< : *test
33
33
version : " 1.8"
34
34
- JuliaCI/julia-test#v1:
35
35
julia_args : " --threads=1"
36
- # - JuliaCI/julia-coverage#v1:
37
- # codecov: true
36
+ - JuliaCI/julia-coverage#v1:
37
+ codecov : true
38
38
- label : Julia nightly
39
39
timeout_in_minutes : 60
40
40
<< : *test
43
43
version : " 1.9-nightly"
44
44
- JuliaCI/julia-test#v1:
45
45
julia_args : " --threads=1"
46
- # - JuliaCI/julia-coverage#v1:
47
- # codecov: true
46
+ - JuliaCI/julia-coverage#v1:
47
+ codecov : true
48
48
- label : Julia 1.7 (macOS)
49
49
timeout_in_minutes : 60
50
50
<< : *test
@@ -57,16 +57,16 @@ steps:
57
57
version : " 1.7"
58
58
- JuliaCI/julia-test#v1:
59
59
julia_args : " --threads=1"
60
- # - JuliaCI/julia-coverage#v1:
61
- # codecov: true
60
+ - JuliaCI/julia-coverage#v1:
61
+ codecov : true
62
62
- label : Julia 1.7 - TimespanLogging
63
63
timeout_in_minutes : 60
64
64
<< : *test
65
65
plugins :
66
66
- JuliaCI/julia#v1:
67
67
version : " 1.7"
68
- # - JuliaCI/julia-coverage#v1:
69
- # codecov: true
68
+ - JuliaCI/julia-coverage#v1:
69
+ codecov : true
70
70
command : " julia --project -e 'using Pkg; Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.test(\" TimespanLogging\" )'"
71
71
- label : Benchmarks
72
72
timeout_in_minutes : 120
You can’t perform that action at this time.
0 commit comments