Skip to content

Commit

Permalink
Merge pull request #226 from achanda/cover
Browse files Browse the repository at this point in the history
Print coverage info while running tests
  • Loading branch information
cbednarski committed Oct 9, 2015
2 parents 6c90314 + 64cedc1 commit 3de3d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ go build -o $TEMPDIR/nomad || exit 1

# Run the tests
echo "--> Running tests"
go list ./... | PATH=$TEMPDIR:$PATH xargs -n1 go test -timeout=40s
go list ./... | PATH=$TEMPDIR:$PATH xargs -n1 go test -cover -timeout=40s

0 comments on commit 3de3d7b

Please sign in to comment.