From 0dfd3b2398007c70552725b09d7b67d25cd74b82 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Wed, 22 Jan 2020 17:00:27 +0100 Subject: [PATCH] add coverage badges to readme and cargo.toml --- Cargo.toml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d94773c..abe5a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/README.md b/README.md index 0169e65..3b599c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Sharks [![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) [![Docs](https://docs.rs/sharks/badge.svg)](https://docs.rs/sharks)