add coverage badges to readme and cargo.toml
This commit is contained in:
parent
19724473de
commit
0dfd3b2398
|
@ -13,6 +13,7 @@ edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
codecov = { repository = "https://github.com/c0dearm/sharks" }
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Sharks
|
# Sharks
|
||||||
|
|
||||||
[![CI](https://github.com/c0dearm/sharks/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/c0dearm/sharks/actions)
|
[![CI](https://github.com/c0dearm/sharks/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/c0dearm/sharks/actions)
|
||||||
|
[![Codecov](https://codecov.io/gh/c0dearm/sharks/branch/master/graph/badge.svg)](https://codecov.io/gh/c0dearm/sharks)
|
||||||
[![Crate](https://img.shields.io/crates/v/sharks.svg)](https://crates.io/crates/sharks)
|
[![Crate](https://img.shields.io/crates/v/sharks.svg)](https://crates.io/crates/sharks)
|
||||||
[![Docs](https://docs.rs/sharks/badge.svg)](https://docs.rs/sharks)
|
[![Docs](https://docs.rs/sharks/badge.svg)](https://docs.rs/sharks)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue