🐛 fix: correct Unit Coverage badge URL typo

- 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.
This commit is contained in:
2026-04-08 16:12:07 +02:00
parent 1296d62333
commit 92c8e84fa3

View File

@@ -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) [![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) [![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) [![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) [![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. A Go project demonstrating idiomatic package structure, CLI implementation, and JSON API with Chi router.