Skip to content

Commit

Permalink
change coverall version
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Nov 2, 2018
1 parent 12b20ee commit f62b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COVER_PROFILE=profile.cov

report_coverage() {
go get github.com/mattn/goveralls
BUILD_NUMBER=${BUILD_ID} PULL_REQUEST_NUMBER=${PULL_NUMBER} $(go env GOBIN)/goveralls \
CIRCLE_BUILD_NUM=${BUILD_ID} CIRCLE_PR_NUMBER=${PULL_NUMBER} $(go env GOBIN)/goveralls \
-coverprofile=$COVER_PROFILE \
-service=prow \
-repotoken $(cat /etc/coveralls-token/k8s-aws-alb-ingress-coveralls-token) \
Expand Down

0 comments on commit f62b6f8

Please sign in to comment.