From 29986895cfac938f1af705a7fa1f345fd5dde5d8 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Tue, 28 Sep 2021 23:03:37 +0200 Subject: [PATCH] Update Badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f407b6c..354edb5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ PostgresJson ============ _Kotlin library to request postgres with native SQL queries_ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=alert_status)](https://sonarcloud.io/dashboard?id=postgres-json) +[![Tests](https://github.com/flecomte/postgres-json/actions/workflows/gradle.yml/badge.svg)](https://github.com/flecomte/postgres-json/actions/workflows/gradle.yml) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=coverage)](https://sonarcloud.io/dashboard?id=postgres-json) + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=alert_status)](https://sonarcloud.io/dashboard?id=postgres-json) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=postgres-json&metric=ncloc)](https://sonarcloud.io/dashboard?id=postgres-json) ---