Skip to content

Commit

Permalink
Print coverage info while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Chanda committed Oct 7, 2015
1 parent b58fd56 commit 64cedc1
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 64cedc1

Please sign in to comment.