Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Removed coveralls references
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed Dec 9, 2015
1 parent 9a9be5b commit 1e666b3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# 5. race detector (http://blog.golang.org/race-detector)
# 6. test coverage (http://blog.golang.org/cover)

COVERALLS_TOKEN=t47LG6BQsfLwb9WxB56hXUezvwpED6D11
TEST_DIRS="cmd/ control/ core/ mgmt/ pkg/ snapd.go scheduler/"
VET_DIRS="./cmd/... ./control/... ./core/... ./mgmt/... ./pkg/... ./scheduler/... ."

Expand Down Expand Up @@ -69,21 +68,3 @@ do
done

go tool cover -func profile.cov

# Disabled Coveralls.io for now
# To submit the test coverage result to coveralls.io,
# use goveralls (https://github.com/mattn/goveralls)
# goveralls -coverprofile=profile.cov -service=travis-ci -repotoken t47LG6BQsfLwb9WxB56hXUezvwpED6D11
#
# If running inside Travis we update coveralls. We don't want his happening on Macs
# if [ "$TRAVIS" == "true" ]
# then
# n=1
# until [ $n -ge 6 ]
# do
# echo "posting to coveralls attempt $n of 5"
# goveralls -v -coverprofile=profile.cov -service travis.ci -repotoken $COVERALLS_TOKEN && break
# n=$[$n+1]
# sleep 30
# done
# fi

0 comments on commit 1e666b3

Please sign in to comment.