Skip to content

Commit 238234d

Browse files
author
Sunil Thaha
committed
chore(coverage): ignore testutils
Signed-off-by: Sunil Thaha <[email protected]>
1 parent ae0016f commit 238234d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ KEPLER_IMAGE ?= $(IMG_BASE)/kepler:$(VERSION)
6464
ADDITIONAL_TAGS ?=
6565

6666
# Test parameters
67-
TEST_PKGS:= $(shell go list ./... | grep -v cmd)
67+
TEST_PKGS:= $(shell go list ./... | grep -vE '(cmd|testutil)')
6868
COVER_PROFILE=coverage.out
6969
COVER_HTML=coverage.html
7070

0 commit comments

Comments
 (0)