Skip to content

Commit

Permalink
Update coveralls for public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry McQueary committed Jun 22, 2016
1 parent ae8b913 commit 25d50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf ./cov

# If we have an arg, assume travis run and push to coveralls. Otherwise launch browser results
if [[ -n $1 ]]; then
$HOME/gopath/bin/goveralls -coverprofile=acc.out -service travis-pro -repotoken $COVERALLS_TOKEN
$HOME/gopath/bin/goveralls -coverprofile=acc.out
rm -rf ./acc.out
else
go tool cover -html=acc.out
Expand Down

0 comments on commit 25d50c5

Please sign in to comment.