From 55ca6976b6774fb917688bcf1dba865d04dc74d5 Mon Sep 17 00:00:00 2001 From: Siyu Wang Date: Sun, 7 Apr 2024 16:38:51 +0800 Subject: [PATCH] Add codecov token Signed-off-by: Siyu Wang --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62525d445..eed4fb752 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,8 @@ jobs: - if: matrix.step == 'test' name: Upload coverage to Codecov uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: flags: unittests file: cover.out