Skip to content

Commit

Permalink
changed coveralls to collect coverage for every build - currently onl…
Browse files Browse the repository at this point in the history
…y targetting v1.
  • Loading branch information
aricart committed Jun 1, 2020
1 parent bc998d9 commit 2f5dc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ script:
- go test -v -coverprofile=./coverage.out ./...
deploy:
- provider: script
script: $HOME/gopath/bin/goveralls -coverprofile=v2/coverage.out -service travis-ci
script: $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service travis-ci
on:
tags: true
condition: ${V} = v2 && $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION =~ ^1.14
condition: ${V} = "" && $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION =~ ^1.14



0 comments on commit 2f5dc39

Please sign in to comment.