We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6ad9d commit 3de6ee9Copy full SHA for 3de6ee9
make/test-unit.mk
@@ -11,4 +11,5 @@ test-unit: | $(NEEDS_GO) $(NEEDS_GOTESTSUM) $(ARTIFACTS) $(NEEDS_ETCD) $(NEEDS_K
11
-- \
12
-ldflags $(go_preflight_ldflags)
13
14
+ $(GO) tool cover -func=$(ARTIFACTS)/filtered.cov
15
$(GO) tool cover -html=$(ARTIFACTS)/filtered.cov -o=$(ARTIFACTS)/filtered.html
0 commit comments