Skip to content

Commit 08ffc4a

Browse files
committed
Prettier badges
1 parent 9994402 commit 08ffc4a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| **Documentation** | **Build Status** |
44
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
5-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][github-img]][github-url] [![][codecov-img]][codecov-url] |
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][build-img]][build-url] [![][codecov-img]][codecov-url] |
66

77

88
[docs-dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
@@ -11,13 +11,10 @@
1111
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1212
[docs-stable-url]: https://jonniedie.github.io/ComponentArrays.jl/stable
1313

14-
[github-img]: https://github.com/jonniedie/ComponentArrays.jl/workflows/CI/badge.svg
15-
[github-url]: https://github.com/jonniedie/ComponentArrays.jl/actions/workflows/CI
14+
[build-img]: https://img.shields.io/github/workflow/status/jonniedie/ComponentArrays.jl/CI
15+
[build-url]: https://github.com/jonniedie/ComponentArrays.jl/actions/workflows/CI
1616

17-
[travis-img]: https://travis-ci.com/jonniedie/ComponentArrays.jl.svg?branch=master
18-
[travis-url]: https://travis-ci.com/jonniedie/ComponentArrays.jl
19-
20-
[codecov-img]: https://codecov.io/gh/jonniedie/ComponentArrays.jl/branch/master/graph/badge.svg
17+
[codecov-img]: https://img.shields.io/codecov/c/github/jonniedie/ComponentArrays.jl
2118
[codecov-url]: https://codecov.io/gh/jonniedie/ComponentArrays.jl
2219

2320
The main export of this package is the ````ComponentArray```` type. "Components" of ````ComponentArray````s

0 commit comments

Comments
 (0)