Skip to content

Commit a6c780b

Browse files
committed
Makefile updated
1 parent ac20937 commit a6c780b

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
@@ -26,7 +26,7 @@ go-lint: .golangci-lint-install
2626

2727
.PHONY: go-test
2828
go-test:
29-
go test -count=1 -covermode=atomic -coverprofile=cover.out.tmp -race ./internal/...
29+
go test -count=1 -covermode=atomic -coverprofile=cover.out.tmp -race ./...
3030
cat cover.out.tmp | grep -v ".minimock.go" > cover.out
3131
@coverage=$$(go tool cover -func cover.out | grep total | awk '{print substr($$3, 1, length($$3)-1)}'); echo "$$coverage"
3232

0 commit comments

Comments
 (0)