diff --git a/VERSION b/VERSION index fa3de58..99d85ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 \ No newline at end of file +0.0.6 \ No newline at end of file diff --git a/hack/test.sh b/hack/test.sh index b080251..5498ede 100755 --- a/hack/test.sh +++ b/hack/test.sh @@ -1,9 +1,11 @@ #!/bin/bash +set -e +set -o pipefail + rm -rf .cover/ .test/ mkdir .cover/ .test/ trap "rm -rf .test/" EXIT - for pkg in `go list ./... | grep -v /vendor/`; do go test -v -covermode=atomic \ -coverprofile=".cover/$(echo $pkg | sed 's/\//_/g').cover.out" $pkg