summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a55652e..3d7c94e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ lint:
# Run tests with race detector, measure coverage.
test:
- go test -race -covermode=atomic -coverprofile=cover.out ./...
+ go test -race -covermode=atomic -coverpkg=./... -coverprofile=cover.out ./...
# Open coverage info in browser
cover: test