From 94372d1c47d43a2d870be9b24d9ec673dbaad637 Mon Sep 17 00:00:00 2001 From: Siyu Wang Date: Mon, 8 Apr 2024 10:32:31 +0800 Subject: [PATCH] CI workflow with codecov token Signed-off-by: Siyu Wang --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eed4fb752..45026ce2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,10 +70,11 @@ jobs: ${{ matrix.command }} - if: matrix.step == 'test' name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests file: cover.out fail_ci_if_error: true