From 301db09ac2a2bb15be21e87289a7b8ef6068bac5 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Mon, 2 Mar 2026 00:19:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20ci=20badge=20links=20in=20?= =?UTF-8?q?README.md=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a032d..cea2b62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Extensions for Carter API by Codebelt -[![Carter CI/CD Pipeline](https://github.com/codebeltnet/carter/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/carter/actions/workflows/ci-pipeline.yml)[![codecov](https://codecov.io/gh/codebeltnet/carter/graph/badge.svg?token=qX3lHGvFS4)](https://codecov.io/gh/codebeltnet/carter) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=carter&metric=alert_status)](https://sonarcloud.io/dashboard?id=carter) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=carter&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=carter) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=carter&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=carter) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=carter&metric=security_rating)](https://sonarcloud.io/dashboard?id=carter) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/carter/badge)](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/carter) +[![Carter CI/CD Pipeline](https://github.com/codebeltnet/carter/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/carter/actions/workflows/ci-pipeline.yml)[![codecov](https://codecov.io/gh/codebeltnet/carter/graph/badge.svg?token=qX3lHGvFS4)](https://codecov.io/gh/codebeltnet/carter) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=codebelt-carter&metric=alert_status)](https://sonarcloud.io/dashboard?id=codebelt-carter) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=codebelt-carter&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=codebelt-carter) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=codebelt-carter&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=codebelt-carter) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=codebelt-carter&metric=security_rating)](https://sonarcloud.io/dashboard?id=codebelt-carter) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/carter/badge)](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/carter) An open-source project (MIT license) that targets and complements the [Carter](https://github.com/dotnet/Carter) API library. It provides a uniform and convenient way of doing API development for all project types in .NET.