|
8 | 8 | Documentation:
|
9 | 9 | [![version 1][docs-img]](https://docs.julialang.org)
|
10 | 10 |
|
11 |
| -Code coverage: |
12 |
| -[![coveralls][coveralls-img]](https://coveralls.io/r/JuliaLang/julia?branch=master) |
13 |
| -[![codecov][codecov-img]](https://codecov.io/github/JuliaLang/julia?branch=master) |
14 |
| - |
15 |
| -| Builder | Status | |
16 |
| -| ---------- | ------ | |
17 |
| -| Overall | [](https://buildkite.com/julialang/julia) | |
18 |
| -| analyzegc | [](https://buildkite.com/julialang/julia) | |
19 |
| -| llvmpasses | [](https://buildkite.com/julialang/julia) | |
20 |
| -| coverage | [](https://buildkite.com/julialang/julia-coverage-linux64) | |
21 |
| - |
22 |
| -[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls |
23 |
| -[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov |
24 | 11 | [docs-img]: https://img.shields.io/badge/docs-v1-blue.svg
|
25 | 12 |
|
26 | 13 | ## The Julia Language
|
@@ -154,3 +141,19 @@ Supported IDEs include: [julia-vscode](https://github.com/JuliaEditorSupport/jul
|
154 | 141 | Code plugin), [Juno](http://junolab.org/) (Atom plugin). [Jupyter](https://jupyter.org/)
|
155 | 142 | notebooks are available through the [IJulia](https://github.com/JuliaLang/IJulia.jl) package, and
|
156 | 143 | [Pluto](https://github.com/fonsp/Pluto.jl) notebooks through the Pluto.jl package.
|
| 144 | + |
| 145 | +## Continuous Integration (CI) Builders |
| 146 | + |
| 147 | +Code coverage: |
| 148 | +[![coveralls][coveralls-img]](https://coveralls.io/r/JuliaLang/julia?branch=master) |
| 149 | +[![codecov][codecov-img]](https://codecov.io/github/JuliaLang/julia?branch=master) |
| 150 | + |
| 151 | +| Builder | Status | |
| 152 | +| ---------- | ------ | |
| 153 | +| Overall | [](https://buildkite.com/julialang/julia) | |
| 154 | +| analyzegc | [](https://buildkite.com/julialang/julia) | |
| 155 | +| llvmpasses | [](https://buildkite.com/julialang/julia) | |
| 156 | +| coverage | [](https://buildkite.com/julialang/julia-coverage-linux64) | |
| 157 | + |
| 158 | +[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls |
| 159 | +[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov |
0 commit comments