From 8091c985662e13b9876e803bcf63f885ba9d3209 Mon Sep 17 00:00:00 2001 From: Sirajudeen Date: Fri, 10 Jul 2020 10:43:28 -0500 Subject: [PATCH] Ignore errors from test coverage *) Most the errors.go has 0% coverage due to usage of Fatal. *) so ignoring errors from coverage till we cleanup the references to Fatal and use custom errors/warnings. Change-Id: I56f838ec33336ccca3c14226e791842d159a95fb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eb62bd1f..565418a9a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ TESTS ?= . TEST_FLAGS ?= COVER_FLAGS ?= COVER_PROFILE ?= cover.out -COVER_EXCLUDE ?= (zz_generated) +COVER_EXCLUDE ?= (zz_generated|errors) # proxy options PROXY ?= http://proxy.foo.com:8000