Skip to content

Commit

Permalink
Add circile ci config for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sadbox committed Oct 21, 2016
1 parent 42971e0 commit c066725
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test:
pre:
- go get github.com/mattn/goveralls
override:
- go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out
post:
- /home/ubuntu/.go_workspace/bin/goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN

0 comments on commit c066725

Please sign in to comment.