add coverage badges to readme and cargo.toml

This commit is contained in:
Aitor Ruano 2020-01-22 17:00:27 +01:00
parent 19724473de
commit 0dfd3b2398
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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)