From 83e9c8601c9869e4965fe5114c4cda7e5ba70f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pietka?= Date: Thu, 27 Jul 2017 07:49:43 +0200 Subject: [PATCH 1/2] Update badges Fix CodeCov link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ebb32da6..abd355d7 100644 --- a/README.rst +++ b/README.rst @@ -230,7 +230,7 @@ Thanks to all the beta testers and contributors for your time and patience. :) :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 + :target: https://codecov.io/gh/dbcli/pgcli :alt: Code coverage report .. |PyPI| image:: https://img.shields.io/pypi/v/pgcli.svg From 13b403fb24eb22f3d8d4deefc895fa7d631c6eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pietka?= Date: Thu, 27 Jul 2017 07:55:04 +0200 Subject: [PATCH 2/2] Add Landscape badge --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index abd355d7..006f3ff9 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ A REPL for Postgres ------------------- -|Build Status| |CodeCov| |PyPI| |Gitter| +|Build Status| |CodeCov| |PyPI| |Landscape| |Gitter| This is a postgres client that does auto-completion and syntax highlighting. @@ -233,6 +233,10 @@ Thanks to all the beta testers and contributors for your time and patience. :) :target: https://codecov.io/gh/dbcli/pgcli :alt: Code coverage report +.. |Landscape| image:: https://landscape.io/github/dbcli/pgcli/master/landscape.svg?style=flat + :target: https://landscape.io/github/dbcli/pgcli/master + :alt: Code Health + .. |PyPI| image:: https://img.shields.io/pypi/v/pgcli.svg :target: https://pypi.python.org/pypi/pgcli/ :alt: Latest Version