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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3