Skip to content

Commit 5b9f993

Browse files
authored
Add SonarCloud badges for quality and coverage
Added SonarCloud quality and coverage badges to README.
1 parent a26a4fc commit 5b9f993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![issues-open](https://img.shields.io/github/issues-raw/thepirat000/CachingFramework.Redis.svg?label=issues%20open)](https://github.com/thepirat000/CachingFramework.Redis/issues)
44
[![issues-closed](https://img.shields.io/github/issues-closed-raw/thepirat000/CachingFramework.Redis.svg?label=issues%20closed)](https://github.com/thepirat000/CachingFramework.Redis/issues)
55

6+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=thepirat000_CachingFramework.Redis&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=thepirat000_CachingFramework.Redis)
7+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=thepirat000_CachingFramework.Redis&metric=coverage)](https://sonarcloud.io/summary/new_code?id=thepirat000_CachingFramework.Redis)
8+
69
.NET Redis client library based on [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis/) adding some interesting features like an **extensible serialization** strategy, a **tagging mechanism** to group keys, hash fields and set members, and a **fetching mechanism** to support atomic add/get operations, all being cluster-compatible.
710

811
## Features

0 commit comments

Comments
 (0)