From 676307d4aaa32f0934ab2c1bec734008bca42487 Mon Sep 17 00:00:00 2001 From: marcinginszt Date: Tue, 23 Jul 2024 14:59:23 +0200 Subject: [PATCH] remove coverage requirement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f2c9a3..90e3509 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ report-coverage-html: go-cov.out .PHONY: check-coverage check-coverage: go-cov.out - @go run gitlab.com/matthewhughes/go-cov/cmd/go-cov report --fail-under 100 $^ + @go run gitlab.com/matthewhughes/go-cov/cmd/go-cov report $^