From b36779c604d6d40b79d066cd500e873ea0d95d36 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 11 Jul 2022 15:53:47 +0800 Subject: [PATCH] change to use codecov/codecov-action@v3 --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd044db..2535574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,7 @@ jobs: run: go test -v -short -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 - name: Test Generic - run: go test -v -short -tags generic -race -coverprofile=coverage.txt -covermode=atomic ./... - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + run: go test -v -short -tags generic ./...