From 141bdb7374891c6144e81d9a06dc544e7e58d4f4 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Sat, 30 Nov 2024 10:07:47 -0800 Subject: [PATCH] Fix codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8512cc6..151b2bfb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI Status](https://img.shields.io/github/actions/workflow/status/square/valet/ci.yml?branch=main)](https://github.com/square/valet/actions?query=workflow%3ACI+branch%3Amain) [![Swift Package Manager compatible](https://img.shields.io/badge/SPM-✓-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager) [![Carthage Compatibility](https://img.shields.io/badge/carthage-✓-4BC51D.svg)](https://github.com/Carthage/Carthage/) -[![codecov](https://codecov.io/gh/square/Valet/branch/main/graph/badge.svg)](https://codecov.io/gh/square/Valet) +[![codecov](https://codecov.io/gh/square/Valet/branch/master/graph/badge.svg)](https://codecov.io/gh/square/Valet) [![Swift Version Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsquare%2FValet%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/square/Valet) [![License](https://img.shields.io/cocoapods/l/Valet.svg)](https://cocoapods.org/pods/Valet) [![Platform](https://img.shields.io/cocoapods/p/Valet.svg)](https://cocoapods.org/pods/Valet)