Skip to content

Commit 826bbd4

Browse files
authored
Merge pull request #97 from mgeisler/update-readme-badges
Update README badges
2 parents 072e181 + 0fbb73d commit 826bbd4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Keep your Version Numbers in Sync with Cargo.toml
22

3+
[![](https://github.com/mgeisler/version-sync/workflows/build/badge.svg)][build-status]
4+
[![](https://codecov.io/gh/mgeisler/version-sync/branch/master/graph/badge.svg)][codecov]
35
[![](https://img.shields.io/crates/v/version-sync.svg)][crates-io]
46
[![](https://docs.rs/version-sync/badge.svg)][api-docs]
5-
[![](https://travis-ci.org/mgeisler/version-sync.svg?branch=master)][travis-ci]
6-
[![](https://ci.appveyor.com/api/projects/status/github/mgeisler/version-sync?branch=master&svg=true)][appveyor]
7-
[![](https://codecov.io/gh/mgeisler/version-sync/branch/master/graph/badge.svg)][codecov]
87

98
Rust projects typically reference the crate version number in several
109
places, such as the `README.md` file. The `version-sync` crate makes
@@ -240,12 +239,11 @@ Versions 0.1.0 to 0.1.2 were released under the name `check-versions`.
240239
Version-sync can be distributed according to the [MIT license][mit].
241240
Contributions will be accepted under the same license.
242241

242+
[build-status]: https://github.com/mgeisler/version-sync/actions?query=workflow%3Abuild+branch%3Amaster
243+
[codecov]: https://codecov.io/gh/mgeisler/version-sync
243244
[crates-io]: https://crates.io/crates/version-sync
244245
[api-docs]: https://docs.rs/version-sync/
245246
[rust-2018]: https://doc.rust-lang.org/edition-guide/rust-2018/
246-
[travis-ci]: https://travis-ci.org/mgeisler/version-sync
247-
[appveyor]: https://ci.appveyor.com/project/mgeisler/version-sync
248-
[codecov]: https://codecov.io/gh/mgeisler/version-sync
249247
[mit]: LICENSE
250248
[issue-17]: https://github.com/mgeisler/version-sync/issues/17
251249
[issue-19]: https://github.com/mgeisler/version-sync/issues/19

0 commit comments

Comments
 (0)