From c875583b99599c59e155aad2ca5080c1013a7d04 Mon Sep 17 00:00:00 2001 From: Siyu Wang Date: Mon, 8 Apr 2024 20:24:31 +0800 Subject: [PATCH] CI workflow with codecov token (#1989) Signed-off-by: Siyu Wang Signed-off-by: george --- .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