From 60e0797aaa53e0d1839a5f9f7882c29e1b23ca55 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 31 Jul 2026 14:02:08 +0400 Subject: [PATCH] Show the coverage badge in the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coverage is already measured, published and sitting at 100%, but the README never linked it, so the number was reachable only by knowing the URL — and the coverage column stayed blank in the tschm profile table, which harvests that badge from each repository's own README. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8d1f884..777568ac 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![pages-build-deployment](https://github.com/tschm/cs/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/tschm/cs/actions/workflows/pages/pages-build-deployment) [![CodeFactor](https://www.codefactor.io/repository/github/tschm/cs/badge)](https://www.codefactor.io/repository/github/tschm/cs) +[![Coverage](https://tschm.github.io/cs/coverage-badge.svg)](https://tschm.github.io/cs/reports/html-coverage/) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/renovatebot/renovate) ## 🚀 About