From 6630451f8be5272a446c2d38428ec39488c735ec Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Tue, 3 Dec 2019 14:24:56 +0800 Subject: [PATCH] Feat: unit test coverage report --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3d1a04..a98af59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ go: git: depth: 1 script: - - go test -v -race -coverprofile=profile.out -covermode=atomic ./... + - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash) -t uuid-repo-token