Skip to content

Commit 284019c

Browse files
committed
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
1 parent e8034e4 commit 284019c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Patchutils
22

3-
[![CI](https://github.com/twaugh/patchutils/actions/workflows/ci.yml/badge.svg)](https://github.com/twaugh/patchutils/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/twaugh/patchutils/branch/master/graph/badge.svg)](https://codecov.io/gh/twaugh/patchutils)
3+
[![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)
4+
[![codecov](https://codecov.io/gh/twaugh/patchutils/branch/0.4.x/graph/badge.svg)](https://codecov.io/gh/twaugh/patchutils/tree/0.4.x)
55

66
A collection of tools that operate on patch files.
77

0 commit comments

Comments
 (0)