From 71b8ced742256ab8a527b810135b482f64fddd9a Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Tue, 3 Dec 2019 14:34:25 +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 a98af59..81b7262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ git: script: - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - - bash <(curl -s https://codecov.io/bash) -t uuid-repo-token + - bash <(curl -s https://codecov.io/bash)