From feb8e38243567191e5289417ab985ee65bc062f3 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Mon, 15 Jan 2024 17:55:27 +0100 Subject: [PATCH] docs: update ci batch to use test status from main branch only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b828ce..65bbf95e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Unofficial Go client for [Cumulocity IoT](https://cumulocity.com/api/core/). -![tests](https://github.com/reubenmiller/go-c8y/workflows/tests/badge.svg) +[![tests](https://github.com/reubenmiller/go-c8y/actions/workflows/main.yml/badge.svg)](https://github.com/reubenmiller/go-c8y/actions/workflows/main.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/reubenmiller/go-c8y)](https://goreportcard.com/report/github.com/reubenmiller/go-c8y) [![Documentation c8y](https://godoc.org/github.com/reubenmiller/go-c8y/pkg/c8y?status.svg)](https://godoc.org/github.com/reubenmiller/go-c8y/pkg/c8y) [![Documentation microservice ](https://godoc.org/github.com/reubenmiller/go-c8y/pkg/microservice?status.svg)](https://godoc.org/github.com/reubenmiller/go-c8y/pkg/microservice)