From d2ec31ee2d224b5b2720cad92877829907e2f338 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Mon, 1 Jun 2020 08:59:43 -0500 Subject: [PATCH] changed coveralls to collect coverage for every build - currently only targetting v1. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index edc8530..e43e623 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,9 @@ 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