From bb9a3c8c88c35ab18dccc3ebad34cbe868aa7f39 Mon Sep 17 00:00:00 2001 From: Erik G Date: Mon, 17 Aug 2020 20:42:19 +0200 Subject: [PATCH] fix: Fix build badge and coverage format. (#211) --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ceda57..2deb2f3 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ test: .PHONY: test cover: test - go tool cover -html=coverage.out + go tool cover -html=coverage.txt .PHONY: cover fmt: diff --git a/README.md b/README.md index cacca15..ed8e438 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Release Software License - GitHub Actions + GitHub Actions Codecov branch Go Report Card Go Doc