From f2d3c32c15ef4ea6e950acccb4b16d43f6bfc7a3 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Mon, 8 Apr 2024 16:15:38 +0800 Subject: [PATCH] ci: add token for codecov --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf95dbc..a01c16f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ jobs: yarn yarn run test - name: Upload Test Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} name: report files: coverage/coverage-final.json