Skip to content

Commit

Permalink
try using codecov instead of goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 5, 2017
1 parent d1c351f commit 9811eec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ before_script:
- psql -U postgres -c "ALTER ROLE courier WITH SUPERUSER;"
- psql -U postgres -c "CREATE DATABASE courier_test;"
- psql -U postgres -d courier_test -f backends/rapidpro/schema.sql
- go get github.com/mattn/goveralls

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test github.com/nyaruka/courier/... -race -coverprofile=coverage.txt -covermode=atomic

after_success:
test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 9811eec

Please sign in to comment.