Skip to content

Commit 7c45ff0

Browse files
authored
[release-1.6] README: update the Buildkite badges now that we have a separate pipeline for the release-1.6 branch (#41608)
1 parent a923a48 commit 7c45ff0

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,31 @@
55
</a>
66
</div>
77

8+
Documentation:
9+
[![Documentation][docs-img]][docs-url]
10+
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 (release-1.6)][buildkite-release-1.6-img]][buildkite-release-1.6-url]
16+
17+
<!--
18+
To change the badge to point to a different pipeline, it is not sufficient to simply change the `?branch=` part.
19+
You need to go to the Buildkite website and get the SVG URL for the correct pipeline.
20+
-->
21+
[buildkite-release-1.6-img]: https://badge.buildkite.com/d1c043d03112bfcd7704f233a4f71d16e6fd46bdd042b4e8e4.svg?branch=release-1.6 "Continuous integration (release-1.6)"
22+
[buildkite-release-1.6-url]: https://buildkite.com/julialang/julia-release-1-dot-6
23+
824
Code coverage:
9-
[![coveralls][coveralls-img]](https://coveralls.io/r/JuliaLang/julia?branch=master)
10-
[![codecov][codecov-img]](https://codecov.io/github/JuliaLang/julia?branch=master)
25+
[![Code coverage (Coveralls)][coveralls-img]][coveralls-url]
26+
[![Code coverage (Codecov)][codecov-img]][codecov-url]
1127

12-
Documentation:
13-
[![version 1][docs-img]](https://docs.julialang.org)
28+
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls "Code coverage (Coveralls)"
29+
[coveralls-url]: https://coveralls.io/r/JuliaLang/julia?branch=master
1430

15-
[travis-img]: https://img.shields.io/travis/JuliaLang/julia/master.svg?label=Linux+/+macOS
16-
[appveyor-img]: https://img.shields.io/appveyor/ci/JuliaLang/julia/master.svg?label=Windows
17-
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls
18-
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov
19-
[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg
31+
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov "Code coverage (Codecov)"
32+
[codecov-url]: https://codecov.io/github/JuliaLang/julia?branch=master
2033

2134
## The Julia Language
2235

0 commit comments

Comments
 (0)