aboutsummaryrefslogtreecommitdiff
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 05fcf20..35b939b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ static-tests: FORCE
cover.out: FORCE
@echo '>> go test...'
- @go test -cover -coverprofile $@
+ @go test -coverpkg github.com/majewsky/schwift/... -coverprofile $@
cover.html: cover.out
@echo '>> rendering cover.html...'
@go tool cover -html=$< -o $@