summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent20f641bc4c5397f2bcaa479f1aea45d0e8142a24 (diff)
Replaced coveralls badge by codecov badge in readme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"]