Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Upload coverage data from buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 1, 2018
1 parent 7c05444 commit ef5c24a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .buildkite/build.sh
Expand Up @@ -15,6 +15,12 @@ cd ${GOPATH}/src/github.com/Netflix/titus-executor
go get -u github.com/alecthomas/gometalinter
gometalinter --install
go get -u github.com/kardianos/govendor
go get -u github.com/wadey/gocovmerge
go get -u github.com/mattn/goveralls


make clean
make --output-sync -j16 builder all 2>&1 | tee build.log
make --output-sync -j16 builder all 2>&1 | tee build.log

gocovmerge coverage-local.out coverage-standalone.out > coverage-combined.out
goveralls -repotoken ${COVERALLS_TOKEN} -coverprofile=coverage-combined.out

0 comments on commit ef5c24a

Please sign in to comment.