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
This commit is contained in:
Sirajudeen 2020-07-10 10:43:28 -05:00
parent 7e5ba1a195
commit 8091c98566
1 changed files with 1 additions and 1 deletions

View File

@ -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