Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b205e55

Browse files
committed
Follow main package move
Signed-off-by: Joffrey F <[email protected]>
1 parent e7d1ee8 commit b205e55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ unit-test:
8282
$(GO_TEST) $(shell go list ./... | grep -vE '/e2e')
8383

8484
coverage-bin:
85-
$(GO_TEST) -coverpkg="./..." -c -ldflags=$(LDFLAGS) -tags testrunmain -o _build/$(BIN_NAME).cov
85+
$(GO_TEST) -coverpkg="./..." -c -ldflags=$(LDFLAGS) -tags testrunmain -o _build/$(BIN_NAME).cov ./cmd/docker-app
8686
go install ./vendor/github.com/wadey/gocovmerge/
8787

8888
coverage: coverage-bin
File renamed without changes.

0 commit comments

Comments
 (0)