Skip to content

Commit 7a62378

Browse files
committed
fix: git error in test
1 parent cf64065 commit 7a62378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LDFLAGS := -ldflags="-s -w -X \"github.com/$(OWNER)/$(NAME)/cmd/configmanager.Ve
1010
.PHONY: test test_ci tidy install cross-build
1111

1212
test: test_prereq
13-
go test `go list ./... | grep -v */generated/` -v -mod=readonly -coverprofile=.coverage/out | go-junit-report > .coverage/report-junit.xml && \
13+
go test `go list ./... | grep -v */generated/` -v -buildvcs=false -mod=readonly -coverprofile=.coverage/out | go-junit-report > .coverage/report-junit.xml && \
1414
gocov convert .coverage/out | gocov-xml > .coverage/report-cobertura.xml
1515

1616
test_ci:

0 commit comments

Comments
 (0)