Add coverage.out to Makefile

This commit is contained in:
michelletandya
2021-07-23 18:45:44 +00:00
parent 70f79831de
commit 49526abf27
+4
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/