Skip to content

Commit 12e7223

Browse files
authored
README: Move the CI badges to the bottom of the README (#41374)
1 parent fe7e1fe commit 12e7223

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
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-
| Builder | Status |
16-
| ---------- | ------ |
17-
| Overall | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master)](https://buildkite.com/julialang/julia) |
18-
| analyzegc | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=analyzegc)](https://buildkite.com/julialang/julia) |
19-
| llvmpasses | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=llvmpasses)](https://buildkite.com/julialang/julia) |
20-
| coverage | [![Build status](https://badge.buildkite.com/d5ae34dbbf6fefe615300c4f3118bf63cb4a5ae7fd962263c1.svg?branch=master)](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
2411
[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg
2512

2613
## The Julia Language
@@ -154,3 +141,19 @@ Supported IDEs include: [julia-vscode](https://github.com/JuliaEditorSupport/jul
154141
Code plugin), [Juno](http://junolab.org/) (Atom plugin). [Jupyter](https://jupyter.org/)
155142
notebooks are available through the [IJulia](https://github.com/JuliaLang/IJulia.jl) package, and
156143
[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)