From 45a2535c59fe53d667f71414447f63cb02f0ab22 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 29 Sep 2023 14:18:54 +0200
Subject: [PATCH] README: remove useless old badges

---
 README.org | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/README.org b/README.org
index 2907869a6..0cb68609c 100644
--- a/README.org
+++ b/README.org
@@ -3,16 +3,9 @@
 #+OPTIONS: H:3 num:t \n:nil @:t ::t |:t _:nil ^:nil -:t f:t *:t <:t
 #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil pri:nil tags:not-in-toc html-style:nil
 
-# gitlab-ci pipeline badge
-#+HTML:<a href="https://gitlab.inria.fr/solverstack/chameleon/commits/master"><img alt="pipeline status"src="https://gitlab.inria.fr/solverstack/chameleon/badges/master/pipeline.svg"/></a>
-
-# Coverity badge
-#+HTML:<a href="https://scan.coverity.com/projects/chameleon"><img alt="Coverity Scan Build Status"src="https://scan.coverity.com/projects/10590/badge.svg"/></a>
-
 Chameleon is a C library providing parallel algorithms to perform
 BLAS/LAPACK operations exploiting fully modern architectures.
 
-
 * Get Chameleon
 
   To use last development states of Chameleon, please clone the master
-- 
GitLab