summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorÉtienne BERSAC <etienne.bersac@dalibo.com>2017-07-21 09:04:25 +0200
committerÉtienne BERSAC <etienne.bersac@dalibo.com>2017-07-21 09:08:55 +0200
commit575ee094824803d2f0dd251b39331a70783b857d (patch)
tree11462fda7f2886c707680aaaee9ae343ab9bb809 /README.rst
parent5a8e5d21b635882375c7c77a9b2c6dd682d6d00d (diff)
Add coverage badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e167ce0f..ebb32da6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
A REPL for Postgres
-------------------
-|Build Status| |PyPI| |Gitter|
+|Build Status| |CodeCov| |PyPI| |Gitter|
This is a postgres client that does auto-completion and syntax highlighting.
@@ -229,6 +229,10 @@ Thanks to all the beta testers and contributors for your time and patience. :)
.. |Build Status| image:: https://api.travis-ci.org/dbcli/pgcli.svg?branch=master
:target: https://travis-ci.org/dbcli/pgcli
+.. |CodeCov| image:: https://codecov.io/gh/dbcli/pgcli/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/dbcli/pgcli
+ :alt: Code coverage report
+
.. |PyPI| image:: https://img.shields.io/pypi/v/pgcli.svg
:target: https://pypi.python.org/pypi/pgcli/
:alt: Latest Version