From 8c0549603de3b1e96b0834b1564113faeeed02b5 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 20 Aug 2025 10:48:31 -0700 Subject: [PATCH] Update README.md with SonarQube badges Rather than the now-defunct Coverity badge, let's proudly display the SonarQube code quality badges! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1225be3..41b7031 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -[![Coverity Scan Build Status](https://scan.coverity.com/projects/3174/badge.svg)](https://scan.coverity.com/projects/3174) +[![SonarQube Security](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=security_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) +[![SonarQube Reliability](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=reliability_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) +[![SonarQube Maintainability](https://sonarcloud.io/api/project_badges/measure?project=msteinert_bstring&metric=sqale_rating)](https://sonarcloud.io/project/overview?id=msteinert_bstring) # Better String Library