Skip to content

Commit

Permalink
Fix path of goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioxgn committed Sep 24, 2015
1 parent aca4704 commit 2f2d3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
- go test -v ./slack/ -cover -race -coverprofile=/home/ubuntu/slack_coverage.out
post:
- ./join_build_coverage.sh
- /home/ubuntu/bin/goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit 2f2d3f2

Please sign in to comment.