add coverage badges to readme and cargo.toml
This commit is contained in:
parent
19724473de
commit
0dfd3b2398
|
@ -13,6 +13,7 @@ edition = "2018"
|
|||
|
||||
[badges]
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Sharks
|
||||
|
||||
[](https://github.com/c0dearm/sharks/actions)
|
||||
[](https://codecov.io/gh/c0dearm/sharks)
|
||||
[](https://crates.io/crates/sharks)
|
||||
[](https://docs.rs/sharks)
|
||||
|
||||
|
|
Loading…
Reference in New Issue