0
0
Fork 0

print branch name to output

This commit is contained in:
Marty Schoch 2015-11-23 09:08:40 -05:00
parent 89af187fb0
commit bd22b664c4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,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`
echo $GIT_BRANCH
goveralls -service drone.io -coverprofile=merged.out -repotoken $COVERALLS
fi