From c73f7d29154a39d1bd22c0e761547034b6faa57e Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Fri, 14 May 2021 22:52:07 +0100 Subject: [PATCH] make test should provide test coverage result [83.8% ATM] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1179cc8..75c9fc9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ prepare: gocritic check test: lint tidy - GOPRIVATE=$(SET_PRIVATE) go test -race $(ADDITIONAL_BUILD_FLAGS) + GOPRIVATE=$(SET_PRIVATE) go test -race $(ADDITIONAL_BUILD_FLAGS) -cover lint: go fmt