summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44eecab..cb5fb52 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ test:
clean:
rm -rf lib
go clean
+
coverage:
go test -v -coverpkg=./... -coverprofile=common.cov ./...
go tool cover -func common.cov