Skip to content

Commit 61ea17a

Browse files
committed
[master] README: update the Buildkite badges now that we have separate pipelines for the master branch
1 parent 3ac7c38 commit 61ea17a

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

README.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,38 @@
66
</div>
77

88
Documentation:
9-
[![version 1][docs-img]](https://docs.julialang.org)
9+
[![Documentation][docs-img]][docs-url]
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)
11+
[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg "Documentation (version 1)"
12+
[docs-url]: https://docs.julialang.org
13+
14+
Continuous integration:
15+
[![Continuous integration (master)][buildkite-master-img]][buildkite-master-url]
16+
[![Continuous integration (master->scheduled)][buildkite-master-scheduled-img]][buildkite-master-scheduled-url]
17+
18+
<!--
19+
To change the badge to point to a different pipeline, it is not sufficient to simply change the `?branch=` part.
20+
You need to go to the Buildkite website and get the SVG URL for the correct pipeline.
21+
-->
22+
[buildkite-master-img]: https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master "Continuous integration (master)"
23+
[buildkite-master-url]: https://buildkite.com/julialang/julia-master
1424

15-
Continuous integration: [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master)](https://buildkite.com/julialang/julia)
25+
<!--
26+
To change the badge to point to a different pipeline, it is not sufficient to simply change the `?branch=` part.
27+
You need to go to the Buildkite website and get the SVG URL for the correct pipeline.
28+
-->
29+
[buildkite-master-scheduled-img]: https://badge.buildkite.com/d5ae34dbbf6fefe615300c4f3118bf63cb4a5ae7fd962263c1.svg?branch=master "Continuous integration (master->scheduled)"
30+
[buildkite-master-scheduled-url]: https://buildkite.com/julialang/julia-master-scheduled
31+
32+
Code coverage:
33+
[![Code coverage (Coveralls)][coveralls-img]][coveralls-url]
34+
[![Code coverage (Codecov)][codecov-img]][codecov-url]
1635

17-
[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
36+
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls "Code coverage (Coveralls)"
37+
[coveralls-url]: https://coveralls.io/r/JuliaLang/julia?branch=master
2038

39+
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov "Code coverage (Codecov)"
40+
[codecov-url]: https://codecov.io/github/JuliaLang/julia?branch=master
2141

2242
## The Julia Language
2343

0 commit comments

Comments
 (0)