0
0
Fork 0

set branch to master to fix goveralls badge

This commit is contained in:
Marty Schoch 2015-11-23 08:54:47 -05:00
parent 16eecd50b4
commit 89af187fb0
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ cat acc.out integration-acc.out | go run docs/merge-coverprofile.go > merged.out
if [ -n "$COVERALLS" ]
then
export GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
goveralls -service drone.io -coverprofile=merged.out -repotoken $COVERALLS
fi