Skip to content

Commit 91db72b

Browse files
committed
removing coverage reporting
1 parent 5f0835f commit 91db72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BUILDTAGS = "netgo containers_image_ostree_stub exclude_graphdriver_devicemapper
3838
BUILDFLAGS = -tags ${BUILDTAGS} -installsuffix netgo
3939
BUILDPATHS = ./pkg/... ./cmd/... ./internal/...
4040
E2EPATHS = ./test/e2e/...
41-
TESTFLAGS ?= -v -coverprofile cover.out
41+
TESTFLAGS ?=
4242

4343
.DEFAULT_GOAL := all
4444
all: clean build test

0 commit comments

Comments
 (0)