From d85c0265c7a27f253066daf718fda8e7bb77c87e Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sat, 23 Mar 2024 20:07:12 +0100 Subject: [PATCH] README: Link GH actions (via badge), remove outdated coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a633c9f..f15077e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Command-Line Interface for the DAISY Pipeline 2 (Golang) ======================================================= -[![Build Status](https://travis-ci.org/daisy/pipeline-cli-go.png?branch=master)](https://travis-ci.org/daisy/pipeline-cli-go) [![Coverage Status](https://coveralls.io/repos/daisy/pipeline-cli-go/badge.png?branch=master)](https://coveralls.io/r/daisy/pipeline-cli-go?branch=master) +[![Build Status](https://img.shields.io/github/actions/workflow/status/daisy/pipeline-cli-go/main.yml)](https://github.com/daisy/pipeline-cli-go/actions/workflows/main.yml) How to build ------------