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 1209e4b commit 8b90a59Copy full SHA for 8b90a59
make/test-unit.mk
@@ -7,7 +7,7 @@ test-unit: | $(NEEDS_GO) $(NEEDS_GOTESTSUM) $(ARTIFACTS) $(NEEDS_ETCD) $(NEEDS_K
7
--junitfile=$(ARTIFACTS)/junit-go-e2e.xml \
8
-- \
9
-coverprofile=$(ARTIFACTS)/filtered.cov \
10
- ./api/... ./pkg/... \
+ ./cmd/... ./api/... ./pkg/... \
11
12
-ldflags $(go_preflight_ldflags)
13
0 commit comments