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 e7d1ee8 commit b205e55Copy full SHA for b205e55
2 files changed
Makefile
@@ -82,7 +82,7 @@ unit-test:
82
$(GO_TEST) $(shell go list ./... | grep -vE '/e2e')
83
84
coverage-bin:
85
- $(GO_TEST) -coverpkg="./..." -c -ldflags=$(LDFLAGS) -tags testrunmain -o _build/$(BIN_NAME).cov
+ $(GO_TEST) -coverpkg="./..." -c -ldflags=$(LDFLAGS) -tags testrunmain -o _build/$(BIN_NAME).cov ./cmd/docker-app
86
go install ./vendor/github.com/wadey/gocovmerge/
87
88
coverage: coverage-bin
main_test.go cmd/docker-app/main_test.gomain_test.go renamed to cmd/docker-app/main_test.go
0 commit comments