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:
parent
7e5ba1a195
commit
8091c98566
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ TESTS ?= .
|
|||||||
TEST_FLAGS ?=
|
TEST_FLAGS ?=
|
||||||
COVER_FLAGS ?=
|
COVER_FLAGS ?=
|
||||||
COVER_PROFILE ?= cover.out
|
COVER_PROFILE ?= cover.out
|
||||||
COVER_EXCLUDE ?= (zz_generated)
|
COVER_EXCLUDE ?= (zz_generated|errors)
|
||||||
|
|
||||||
# proxy options
|
# proxy options
|
||||||
PROXY ?= http://proxy.foo.com:8000
|
PROXY ?= http://proxy.foo.com:8000
|
||||||
|
Loading…
Reference in New Issue
Block a user