From f9107b8ff76314c691cb04eb0cd01065c17b11d2 Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 22 Dec 2022 13:50:03 +0100 Subject: [PATCH] Fix build badge in the README This patch updates the link used in the build badge readme to follow the new format required by shields.io. Note that the badge now only reflects the status of the unit_tests.yml workflow which presumably was not the case when referencing by title was still possible (the title probably matched ui and unit tests). See https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff2e1533..14103a1e9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Element iOS Matrix room #element-ios:matrix.org](https://img.shields.io/matrix/element-ios:matrix.org.svg?label=%23element-ios:matrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#element-ios:matrix.org) ![GitHub](https://img.shields.io/github/license/vector-im/element-x-ios) -![Build Status](https://img.shields.io/github/workflow/status/vector-im/element-x-ios/Tests?style=flat-square) +![Build Status](https://img.shields.io/github/actions/workflow/status/vector-im/element-x-ios/unit_tests.yml?style=flat-square) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/vector-im/element-x-ios) [![codecov](https://codecov.io/gh/vector-im/element-x-ios/branch/develop/graph/badge.svg?token=AVIJB2MJU2)](https://codecov.io/gh/vector-im/element-x-ios)