From 76ae45fab7aa25c9f9c333561b01a020d6f7ae82 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 2 Nov 2022 13:15:59 +0100 Subject: [PATCH] readme: remove LGTM and Travis and add CodeQL badge since both CI systems have been removed we no longer require the badges/links. LGTM has been replaced by CodeQL which we now have as badge. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed6633c16..be5a47585 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ srsRAN ====== [![Build Status](https://github.com/srsran/srsRAN/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions) -[![Build Status](https://app.travis-ci.com/srsran/srsRAN.svg?branch=master)](https://app.travis-ci.com/github/srsran/srsRAN) -[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/srsran/srsRAN.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/srsran/srsRAN/context:cpp) +[![CodeQL](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml) [![Coverity](https://scan.coverity.com/projects/23045/badge.svg)](https://scan.coverity.com/projects/srsran) srsRAN is a 4G/5G software radio suite developed by [SRS](http://www.srs.io).