mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Add coverage.out to Makefile
This commit is contained in:
@@ -269,6 +269,10 @@ push-tar: build-tar
|
|||||||
|
|
||||||
push: push-container push-tar
|
push: push-container push-tar
|
||||||
|
|
||||||
|
coverage.out:
|
||||||
|
rm -f coverage.out
|
||||||
|
go test -coverprofile=coverage.out -mod vendor -timeout=1m -v -short ./...
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin/
|
rm -rf bin/
|
||||||
rm -rf test/bin/
|
rm -rf test/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user