From 284019c840a70de29e2ffe694cf62ef8fad5f042 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 20 Oct 2025 17:43:49 +0100 Subject: [PATCH] Update README.md badges to track 0.4.x branch Changed CI and codecov badges to track the 0.4.x branch instead of master, so the badges accurately reflect the status of this stable release branch. Assisted-by: Claude Code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeb7162..ec2cc8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Patchutils -[![CI](https://github.com/twaugh/patchutils/actions/workflows/ci.yml/badge.svg)](https://github.com/twaugh/patchutils/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/twaugh/patchutils/branch/master/graph/badge.svg)](https://codecov.io/gh/twaugh/patchutils) +[![CI](https://github.com/twaugh/patchutils/actions/workflows/ci.yml/badge.svg?branch=0.4.x)](https://github.com/twaugh/patchutils/actions/workflows/ci.yml?query=branch%3A0.4.x) +[![codecov](https://codecov.io/gh/twaugh/patchutils/branch/0.4.x/graph/badge.svg)](https://codecov.io/gh/twaugh/patchutils/tree/0.4.x) A collection of tools that operate on patch files.