From 36a9eb0e000612e159b1550828bbcd446cd8b11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 14 Dec 2016 22:54:01 +0100 Subject: Use the codecov badge instead of the gitlab coverage one [skip-ci] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index bb3adfc..3b93795 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ Biboumi .. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg :target: https://lab.louiz.org/louiz/biboumi/commits/master -.. image:: https://lab.louiz.org/louiz/biboumi/badges/master/coverage.svg - :target: https://lab.louiz.org/louiz/biboumi/commits/master +.. image:: https://codecov.io/gh/louiz/biboumi/branch/master/graph/badge.svg + :target: https://codecov.io/gh/louiz/biboumi .. image:: https://sonarqube.com/api/badges/gate?key=biboumi :target: https://sonarqube.com/component_issues/index?id=biboumi -- cgit v1.2.3 From 57e4f2a89f511a3f86427cfd51dd234d80383e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 4 Jan 2017 01:22:10 +0100 Subject: =?UTF-8?q?The=20=E2=80=9Cbuild=E2=80=9D=20badge=20links=20to=20a?= =?UTF-8?q?=20more=20useful=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3b93795..636c717 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Biboumi ======= .. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg - :target: https://lab.louiz.org/louiz/biboumi/commits/master + :target: https://lab.louiz.org/louiz/biboumi/pipelines .. image:: https://codecov.io/gh/louiz/biboumi/branch/master/graph/badge.svg :target: https://codecov.io/gh/louiz/biboumi -- cgit v1.2.3 From 73915e889db80ae2950d9845e4158514f1e95dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 28 Feb 2017 23:48:38 +0100 Subject: Remove the sonar-qube build [ci skip] --- README.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 636c717..02cfa3d 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,6 @@ Biboumi .. image:: https://codecov.io/gh/louiz/biboumi/branch/master/graph/badge.svg :target: https://codecov.io/gh/louiz/biboumi -.. image:: https://sonarqube.com/api/badges/gate?key=biboumi - :target: https://sonarqube.com/component_issues/index?id=biboumi - .. image:: https://scan.coverity.com/projects/3726/badge.svg :target: https://scan.coverity.com/projects/louiz-biboumi -- cgit v1.2.3 From 00a71ff2414c3339d76600e614101450acf2d0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 25 Apr 2017 20:15:54 +0200 Subject: Use our own proxy link to display the badges For privacy reasons [skip-ci] --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 02cfa3d..5ee9846 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ Biboumi .. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg :target: https://lab.louiz.org/louiz/biboumi/pipelines -.. image:: https://codecov.io/gh/louiz/biboumi/branch/master/graph/badge.svg +.. image:: https://codecov.proxy.louiz.org/gh/louiz/biboumi/branch/master/graph/badge.svg :target: https://codecov.io/gh/louiz/biboumi -.. image:: https://scan.coverity.com/projects/3726/badge.svg +.. image:: https://coverity.proxy.louiz.org/projects/3726/badge.svg :target: https://scan.coverity.com/projects/louiz-biboumi -.. image:: https://bestpractices.coreinfrastructure.org/projects/450/badge +.. image:: https://coreinfrastructure.proxy.louiz.org/projects/450/badge :target: https://bestpractices.coreinfrastructure.org/projects/450 Biboumi is an XMPP gateway that connects to IRC servers and translates -- cgit v1.2.3