summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2017-06-06 00:35:39 +0200
committerGitHub <noreply@github.com>2017-06-06 00:35:39 +0200
commitf0302ad1af7c1c0b0a0c3f550602bbd71f39e6bc (patch)
tree844d59fa72b6f1b66906a89e0a5870dc15fe96ff /README.md
parentdb825d9959c9c6037202e7af4d6a42bdcd95a20c (diff)
parent94b914f9b8ca9602326e4c485d1966c886331a9c (diff)
Merge pull request #60 from phsym/fix_coverage_accuracy
Switched from coveralls to codecov & fixed coverage accuracy
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)