From ca45b68d0a764a5d43c6c253fbc38e67d6cedb6d Mon Sep 17 00:00:00 2001 From: outdead Date: Sat, 16 Nov 2024 00:47:12 +0300 Subject: [PATCH] Update Readme --- .github/workflows/build.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0315117..016f6d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,8 +46,8 @@ jobs: - name: Test run: go test -v ./... - - name: Build - run: go build -v . - - name: Update coverage report uses: ncruces/go-coverage-report@main + + - name: Build + run: go build -v . diff --git a/README.md b/README.md index b4dca89..8b69045 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rcon [![GitHub Build](https://github.com/gorcon/rcon/workflows/build/badge.svg)](https://github.com/gorcon/rcon/actions) -[![Go Coverage](https://github.com/USER/REPO/wiki/coverage.svg)](https://raw.githack.com/wiki/gorcon/rcon/coverage.html) +[![Go Coverage](https://github.com/gorcon/rcon/wiki/coverage.svg)](https://raw.githack.com/wiki/gorcon/rcon/coverage.html) [![Go Report Card](https://goreportcard.com/badge/github.com/gorcon/rcon)](https://goreportcard.com/report/github.com/gorcon/rcon) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/gorcon/rcon)