0
0
Fork 0

try to fix confusing output

This commit is contained in:
Marty Schoch 2015-11-23 09:39:43 -05:00
parent bd22b664c4
commit 12273c369e
1 changed files with 1 additions and 1 deletions

View File

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