Skip to content

Commit

Permalink
disable coveralls
Browse files Browse the repository at this point in the history
fix #3
  • Loading branch information
pjvds committed Apr 28, 2015
1 parent e01ebf8 commit bd4d824
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ build:
# gocov report coverage.json
# gocov-html coverage.json > $WERCKER_REPORT_ARTIFACTS_DIR/coverage.html

- script:
name: Coveralls.io
code: |-
# The COVERALLS_TOKEN is set in the project at
# wercker as project environment variable.
go get github.com/mattn/goveralls
goveralls -package="./..." -service='wercker.com' $COVERALLS_TOKEN
# - script:
# name: Coveralls.io
# code: |-
# # The COVERALLS_TOKEN is set in the project at
# # wercker as project environment variable.
# go get github.com/mattn/goveralls
# goveralls -package="./..." -service='wercker.com' $COVERALLS_TOKEN

# - script:
# name: Benchmark
Expand Down

0 comments on commit bd4d824

Please sign in to comment.