From c9c64eed5869f97a364a6feec07fac552d90ef86 Mon Sep 17 00:00:00 2001 From: InfiniteXyy Date: Wed, 12 Jun 2024 10:39:39 +0800 Subject: [PATCH] ci: update ci pipeline --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3611356..8eeda9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,8 @@ jobs: run: pnpm test - name: report - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} env: CI: true