Skip to content

Commit fb3481d

Browse files
authored
Show codecoverage for entire repo (#754)
* test: include all packages in code coverage report
1 parent 3c48a34 commit fb3481d

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
@@ -436,4 +436,4 @@ endif
436436
# run all tests
437437
.PHONY: test-all
438438
test-all:
439-
go test -v -race -covermode atomic -coverprofile=coverage.out ./...
439+
go test -coverpkg=./... -v -race -covermode atomic -coverprofile=coverage.out ./...

0 commit comments

Comments
 (0)