dump coverage profile

This commit is contained in:
Benjamin Elder
2019-09-30 15:08:29 -07:00
parent b589694f1b
commit 3ad2c34871

View File

@@ -59,6 +59,6 @@ clean: clean-output clean-cache
# unit tests (hermetic)
test:
GOOS=linux hack/go_container.sh go test ./...
GOOS=linux hack/go_container.sh go test ./... -coverprofile=/out/coverage.out
.PHONY: all kind build install clean-cache clean-output clean test