From 27b3cac1e0d84b72369be6655864fd662e2da7b2 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 4 Mar 2015 08:53:16 -0600 Subject: [PATCH] Run coverage analysis with tests --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7363c62..d1546b1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ usage: @echo "" test: - godep go test + godep go test -cover assets: static/ go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<... @@ -41,6 +41,7 @@ bootstrap: setup: go get github.com/tools/godep + go get golang.org/x/tools/cmd/cover godep get github.com/mitchellh/gox godep get github.com/jteeuwen/go-bindata/... godep restore