Skip to content

Commit

Permalink
Merge pull request #6 from gchaincl/goveralls
Browse files Browse the repository at this point in the history
Make covermode=count
  • Loading branch information
Gustavo Chaín committed May 8, 2017
2 parents 6fb8a52 + e8276cd commit fbcdacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,5 +22,5 @@ before_script:
- mysql -e 'create database sqlhooks;'
- psql -c 'create database sqlhooks;' -U postgres
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -v
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out

0 comments on commit fbcdacd

Please sign in to comment.