Skip to content

Commit

Permalink
Remove covermode in test target for the makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mario de Frutos <mario@defrutos.org>
  • Loading branch information
ethervoid committed Apr 30, 2021
1 parent 6a1d7ec commit 8564d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ lint:
kubeval ./k8s/*

test:
go test -tags netgo -timeout 30m -race -covermode=atomic -count 1 ./...
go test -tags netgo -timeout 30m -race -count 1 ./...

cover:
$(eval COVERDIR := $(shell mktemp -d coverage.XXXXXXXXXX))
Expand Down

0 comments on commit 8564d53

Please sign in to comment.