From 0538f9d869209a7f2670420a026581f98d46b9db Mon Sep 17 00:00:00 2001 From: Jordan Brockopp Date: Tue, 12 Nov 2019 14:34:49 -0600 Subject: [PATCH] fix(coveralls): update link to coveralls badge --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 90dcb6557..4a0a2771c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -2,7 +2,7 @@ [![GoDoc](https://godoc.org/github.com/go-vela/server?status.svg)](https://godoc.org/github.com/go-vela/server) [![Go Report Card](https://goreportcard.com/badge/go-vela/server)](https://goreportcard.com/report/go-vela/server) -[![Coverage Status](https://coveralls.io/repos/go-vela/server/badge.svg?branch=master)](https://coveralls.io/r/go-vela/server?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/go-vela/server/badge.svg?branch=master)](https://coveralls.io/github/go-vela/server?branch=master) Vela is a Pipeline Automation (CI/CD) framework built on [Linux container](https://linuxcontainers.org/) technology written in [Golang](https://golang.org/).