Run coverage analysis with tests
This commit is contained in:
parent
866cdccd49
commit
27b3cac1e0
3
Makefile
3
Makefile
@ -17,7 +17,7 @@ usage:
|
|||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
test:
|
test:
|
||||||
godep go test
|
godep go test -cover
|
||||||
|
|
||||||
assets: static/
|
assets: static/
|
||||||
go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...
|
go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...
|
||||||
@ -41,6 +41,7 @@ bootstrap:
|
|||||||
|
|
||||||
setup:
|
setup:
|
||||||
go get github.com/tools/godep
|
go get github.com/tools/godep
|
||||||
|
go get golang.org/x/tools/cmd/cover
|
||||||
godep get github.com/mitchellh/gox
|
godep get github.com/mitchellh/gox
|
||||||
godep get github.com/jteeuwen/go-bindata/...
|
godep get github.com/jteeuwen/go-bindata/...
|
||||||
godep restore
|
godep restore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user