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 3c48a34 commit fb3481dCopy full SHA for fb3481d
Makefile
@@ -436,4 +436,4 @@ endif
436
# run all tests
437
.PHONY: test-all
438
test-all:
439
- go test -v -race -covermode atomic -coverprofile=coverage.out ./...
+ go test -coverpkg=./... -v -race -covermode atomic -coverprofile=coverage.out ./...
0 commit comments