From ddb8967554378e93c16b3fc1f9d63caf5f0717f7 Mon Sep 17 00:00:00 2001 From: guonaihong Date: Sun, 26 May 2024 19:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E7=BA=A7codecov?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 76f07b4..b5b0704 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: run: env GOARCH=amd64 go test -v -coverprofile='coverage.out' -covermode=count ./... - name: Upload Coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.out