summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-06 00:07:34 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-06 00:07:34 +0200
commit94b914f9b8ca9602326e4c485d1966c886331a9c (patch)
tree844d59fa72b6f1b66906a89e0a5870dc15fe96ff
parent20f641bc4c5397f2bcaa479f1aea45d0e8142a24 (diff)
Replaced coveralls badge by codecov badge in readme
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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)