From 94b914f9b8ca9602326e4c485d1966c886331a9c Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Tue, 6 Jun 2017 00:07:34 +0200 Subject: Replaced coveralls badge by codecov badge in readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 210f12b..035023e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "BSD-3-Clause" [badges] appveyor = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } travis-ci = { repository = "phsym/prettytable-rs", branch = "master" } -#coveralls = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } +#codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } [features] default = ["win_crlf", "csv"] diff --git a/README.md b/README.md index 42dc167..4dc8eb9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![License](http://img.shields.io/badge/license-BSD-lightgrey.svg) [![Build Status](https://travis-ci.org/phsym/prettytable-rs.svg)](https://travis-ci.org/phsym/prettytable-rs) [![Build status](https://ci.appveyor.com/api/projects/status/wdh9klb35fed6ik9?svg=true)](https://ci.appveyor.com/project/phsym/tabprint) -[![Coverage Status](https://coveralls.io/repos/phsym/prettytable-rs/badge.svg?branch=master)](https://coveralls.io/github/phsym/prettytable-rs?branch=master) +[![codecov](https://codecov.io/gh/phsym/prettytable-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/phsym/prettytable-rs) [![Crates.io](https://img.shields.io/crates/v/prettytable-rs.svg)](https://crates.io/crates/prettytable-rs) [![Doc.rs](https://docs.rs/prettytable-rs/badge.svg)](https://docs.rs/crate/prettytable-rs/) [![Doc.rs](https://img.shields.io/badge/docs-master-blue.svg)](http://phsym.github.io/prettytable-rs/master) -- cgit v1.2.3