Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ToQoz committed May 8, 2014
1 parent 8b69ad5 commit 3a0b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveralls
Expand Up @@ -16,7 +16,7 @@ XARGS_ARG=DIR

CMD_COV="go test $XARGS_ARG -covermode=$COV_MODE -coverprofile=$XARGS_ARG/$COV_PARTIAL_FILE"
CMD_CHECKDIR="ls $XARGS_ARG/$COV_PARTIAL_FILE > /dev/null 2>&1"
CMD_CONCATCOV="cat $XARGS_ARG/$COV_PARTIAL_FILE | grep -v '$HEADER' | sed -e 's,$(go list)/,,' >> $COV_FILE"
CMD_CONCATCOV="cat $XARGS_ARG/$COV_PARTIAL_FILE | grep -v '$HEADER' >> $COV_FILE"

GOVERALLS=$(echo $GOPATH | tr ':' '\n' | head -n 1)/bin/goveralls

Expand Down

0 comments on commit 3a0b301

Please sign in to comment.