From ebe4508cebef7f73241ead9f2a6a5201ca7e5487 Mon Sep 17 00:00:00 2001 From: toranger Date: Tue, 30 Jul 2019 09:58:13 +0800 Subject: [PATCH] reopen the coverage report --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c9643c3..7d117f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - go build github.com/mattn/goveralls script: - make test -# - make ci-test -# - go test -coverprofile=cover.out github.com/toranger/cos-go-sdk-v5 +- make ci-test +- go test -coverprofile=cover.out github.com/toranger/cos-go-sdk-v5 - "${TRAVIS_HOME}/gopath/bin/goveralls -service=travis-ci -coverprofile=cover.out" matrix: allow_failures: