Skip to content

Commit

Permalink
circle ci - add coveralls token
Browse files Browse the repository at this point in the history
  • Loading branch information
dharnitski committed May 2, 2017
1 parent de3a5ed commit b878a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Generate Code Coverage
command: |
$GOPATH/bin/overalls -project=github.com/dharnitski/golang-codebuild -covermode=count -debug
$GOPATH/bin/goveralls -coverprofile=overalls.coverprofile -service semaphore
$GOPATH/bin/goveralls -coverprofile=overalls.coverprofile -service=circle-ci -repotoken=$COVERALLS_TOKEN
- store_test_results:
path: /tmp/test-results

0 comments on commit b878a65

Please sign in to comment.