Skip to content

Commit 5584620

Browse files
authored
README: only have a single Buildkite badge (#41377)
1 parent 46cd67f commit 5584620

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
Documentation:
99
[![version 1][docs-img]](https://docs.julialang.org)
1010

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+
Continuous integration: [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master)](https://buildkite.com/julialang/julia)
16+
1117
[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg
18+
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls
19+
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov
20+
1221

1322
## The Julia Language
1423

@@ -141,19 +150,3 @@ Supported IDEs include: [julia-vscode](https://github.com/JuliaEditorSupport/jul
141150
Code plugin), [Juno](http://junolab.org/) (Atom plugin). [Jupyter](https://jupyter.org/)
142151
notebooks are available through the [IJulia](https://github.com/JuliaLang/IJulia.jl) package, and
143152
[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 | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master)](https://buildkite.com/julialang/julia) |
154-
| analyzegc | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=analyzegc)](https://buildkite.com/julialang/julia) |
155-
| llvmpasses | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=llvmpasses)](https://buildkite.com/julialang/julia) |
156-
| coverage | [![Build status](https://badge.buildkite.com/d5ae34dbbf6fefe615300c4f3118bf63cb4a5ae7fd962263c1.svg?branch=master)](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

Comments
 (0)