Skip to content

Commit

Permalink
Merge pull request projectcalico#3 from fasaxc/master
Browse files Browse the repository at this point in the history
Add goveralls, for uploading go coverage data.
  • Loading branch information
tomdee committed Feb 2, 2017
2 parents a423a6c + b547a7a commit bbb276b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -39,6 +39,11 @@ RUN go get github.com/pmezard/licenses
# Install tool to merge coverage reports.
RUN go get github.com/wadey/gocovmerge

# Install patched version of goveralls (upstream is bugged if not used from Travis).
RUN wget https://github.com/fasaxc/goveralls/releases/download/v0.0.1-smc/goveralls && \
chmod +x goveralls && \
mv goveralls /usr/bin/

# Ensure that everything under the GOPATH is writable by everyone
RUN chmod -R 777 $GOPATH

Expand Down

0 comments on commit bbb276b

Please sign in to comment.