diff --git a/Makefile b/Makefile index 1b236cfe..7661ca5d 100644 --- a/Makefile +++ b/Makefile @@ -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/