- need to move the coverage statement

This commit is contained in:
Rohith 2015-10-12 11:25:08 +01:00
parent 95d966be0f
commit d170507110

View file

@ -38,10 +38,11 @@ authors:
cover:
go list ./... | xargs -n1 go test --cover
test: cover
test:
go get
go get github.com/stretchr/testify/assert
go test -v
make cover
changelog: release
git log $(shell git tag | tail -n1)..HEAD --no-merges --format=%B > changelog