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 a68410d commit 38277b5Copy full SHA for 38277b5
make/test-unit.mk
@@ -17,9 +17,11 @@
17
## @category Testing
18
test-unit: | $(NEEDS_GO) $(NEEDS_GOTESTSUM) $(ARTIFACTS)
19
$(GOTESTSUM) \
20
+ --junitfile=$(ARTIFACTS)/junit-go-e2e.xml \
21
+ -- \
22
+ -coverprofile=$(ARTIFACTS)/filtered.cov \
23
./... \
24
-- \
- -ldflags $(go_manager_ldflags) \
- -coverprofile cover.out
25
+ -ldflags $(go_manager_ldflags)
26
27
$(GO) tool cover -html=$(ARTIFACTS)/filtered.cov -o=$(ARTIFACTS)/filtered.html
0 commit comments