From 26b59dd56ba8d3e62f3c9a7e25ebf6761cec00aa Mon Sep 17 00:00:00 2001 From: dudaodong Date: Tue, 14 Dec 2021 11:02:19 +0800 Subject: [PATCH] update: update go test command in workflows/codecov.yml --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e91bb897..bfe503e6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,6 +17,6 @@ jobs: with: go-version: "1.16" - name: Run coverage - run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic + run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage to Codecov run: bash <(curl -s https://codecov.io/bash)