Merge pull request #595 from mcshooter/update-makefile

Add coverage.out to Makefile
This commit is contained in:
Kubernetes Prow Robot
2021-07-29 11:28:57 -07:00
committed by GitHub

View File

@@ -269,6 +269,10 @@ push-tar: build-tar
push: push-container push-tar
coverage.out:
rm -f coverage.out
go test -coverprofile=coverage.out -mod vendor -timeout=1m -v -short ./...
clean:
rm -rf bin/
rm -rf test/bin/