From 7291099a207cbed2b701559c6c3c6fd2c41e8e2f Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 8 Jul 2024 04:11:04 -0700 Subject: [PATCH] ci: Fix codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e312c1..7b794cbb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnetreconlab%2FCareKitEssentials%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/netreconlab/CareKitEssentials) ![Xcode 13.2+](https://img.shields.io/badge/xcode-13.2%2B-blue.svg) [![CI Status](https://github.com/netreconlab/CareKitEssentials/workflows/ci/badge.svg?branch=main)](https://github.com/netreconlab/CareKitEssentials/actions?query=workflow%3Aci) -[![Coverage](https://codecov.io/gh/netreconlab/CareKitEssentialst/branch/main/graph/badge.svg)](https://app.codecov.io/gh/netreconlab/CareKitEssentials/branch/main) +[![codecov](https://codecov.io/gh/netreconlab/CareKitEssentials/branch/main/graph/badge.svg?token=o1iDOdx3Sz)](https://codecov.io/gh/netreconlab/CareKitEssentials) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/netreconlab/ParseCareKit/#license) Provides essential cards, views, models, protocols, and extensions to expedite building [CareKit](https://github.com/carekit-apple/CareKit) based applications.