From 92c8e84fa3072a2478ff6aa127f82270e2f7d3d0 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 16:12:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20correct=20Unit=20Coverage?= =?UTF-8?q?=20badge=20URL=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix typo: nhttps:// → https:// - Add proper link to Unit Coverage badge - Ensures all badges have correct URLs This fixes the URL issue from the previous CI run. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4887b19..1069fba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Version](https://img.shields.io/badge/version-1.4.0-blue.svg)](https://gitea.arcodange.fr/arcodange/dance-lessons-coach/releases) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![Coverage](https://img.shields.io/badge/coverage-55.9%-red?style=flat-square)](https://gitea.arcodange.lab/arcodange/dance-lessons-coach) -nhttps://img.shields.io/badge/Unit_Coverage-8.4%-red?style=flat-square +[![Unit Coverage](https://img.shields.io/badge/Unit_Coverage-8.4%-red?style=flat-square)](https://gitea.arcodange.lab/arcodange/dance-lessons-coach) [![BDD Coverage](https://img.shields.io/badge/BDD_Coverage-55.9%-yellow?style=flat-square)](https://gitea.arcodange.lab/arcodange/dance-lessons-coach) A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router.