Separate Coveralls submission from coverage script

This commit is contained in:
Taylor Gerring
2015-02-02 12:14:04 -06:00
parent 0d97c3ce13
commit 57c6caf146
2 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,3 @@ done
$GOROOT/bin/go tool cover -func profile.cov
# To submit the test coverage result to coveralls.io,
# use goveralls (https://github.com/mattn/goveralls)
goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN