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.
2 parents bbca993 + 3de6ee9 commit 342c0e3Copy full SHA for 342c0e3
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