From 2f2872ac02c3bc1fe4a4152e239f35c85269dec0 Mon Sep 17 00:00:00 2001 From: Robert van Gent Date: Fri, 15 Feb 2019 11:31:52 -0800 Subject: [PATCH] travis: try using codecov (#131) --- internal/runtests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/runtests.sh b/internal/runtests.sh index b47a278..8cb889e 100755 --- a/internal/runtests.sh +++ b/internal/runtests.sh @@ -29,6 +29,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then go test -race -coverpkg=./... -coverprofile=coverage.out ./... || result=1 if [ -f coverage.out ]; then goveralls -coverprofile=coverage.out -service=travis-ci + bash <(curl -s https://codecov.io/bash) fi # Ensure that the code has no extra dependencies (including transitive # dependencies) that we're not already aware of by comparing with