From b55549df0adc69b5bc472dd90e378960b651c83d Mon Sep 17 00:00:00 2001 From: gz65555 Date: Wed, 25 Sep 2024 16:44:16 +0800 Subject: [PATCH] ci: add code cov token --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be2567fa..1c16f2d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,10 +72,11 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: + token: ${{secrets.CODECOV_TOKEN}} directory: ./coverage/lcov-report/ fail_ci_if_error: true flags: unittests - + e2e: runs-on: macos-latest