From 0223af3111afb44e407bd0871e0c674d114c7eef Mon Sep 17 00:00:00 2001 From: andeya Date: Sat, 10 Dec 2022 05:07:27 +0800 Subject: [PATCH] docs: fix badge Change-Id: I037807edbd6f6e6df2f802abb278f3781e33881f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db75b93..a518047 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![tag](https://img.shields.io/github/tag/andeya/gust.svg)](https://github.com/andeya/gust/releases) ![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.19-%23007d9c) [![GoDoc](https://godoc.org/github.com/andeya/gust?status.svg)](https://pkg.go.dev/github.com/andeya/gust) -![Build Status](https://github.com/andeya/gust/actions/workflows/go.yml/badge.svg) +![Build Status](https://github.com/andeya/gust/actions/workflows/go-ci.yml/badge.svg) [![Go report](https://goreportcard.com/badge/github.com/andeya/gust)](https://goreportcard.com/report/github.com/andeya/gust) [![Coverage](https://img.shields.io/codecov/c/github/andeya/gust)](https://codecov.io/gh/andeya/gust) [![License](https://img.shields.io/github/license/andeya/gust)](./LICENSE)