Skip to content

Commit

Permalink
Fix test coverage not including sub-packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Nov 28, 2018
1 parent 4f64031 commit 617326f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ before_script:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci
- go test -covermode=count -coverprofile=profile.cov ./...
- goveralls -coverprofile=profile.cov -service=travis-ci

0 comments on commit 617326f

Please sign in to comment.