Skip to content

Commit

Permalink
Use -covermode=count when calling go test
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Dec 19, 2014
1 parent 4971c57 commit 24181ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ before_install:
- go get code.google.com/p/go.tools/cmd/cover || true

script:
- go test -v -coverprofile=coverage.out
- go test -v -covermode=count -coverprofile=coverage.out
- "$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN || true"

0 comments on commit 24181ea

Please sign in to comment.