From fc8ab104a1e7ac4b2421dba244c120ee38ade21c Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Sun, 28 Dec 2025 18:26:01 +0100 Subject: [PATCH] README: Fix build status badge Signed-off-by: Robert Baldyga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2676551b..d83365bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open CAS Framework -[![Build Status](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/build/curr-badge.svg)](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/build/build.html) +[![Build Status](https://github.com/Open-CAS/ocf/actions/workflows/build-master.yml/badge.svg)](https://github.com/Open-CAS/ocf/actions/workflows/build-master.yml) [![Tests Status](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/tests/curr-badge.svg)](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/tests/index.html) [![Coverity status](https://scan.coverity.com/projects/19083/badge.svg)](https://scan.coverity.com/projects/open-cas-ocf) [![codecov](https://codecov.io/gh/Open-CAS/ocf/branch/master/graph/badge.svg)](https://codecov.io/gh/Open-CAS/ocf)