From 67062922954643ed953540a7736fa92241646fd4 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 3 Aug 2023 13:18:30 +0700 Subject: [PATCH] chore: add codecov token (#352) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 868026879..28e19d57f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,5 +52,6 @@ jobs: fail_ci_if_error: true verbose: true os: ${{ matrix.os }} + token: ${{ secrets.CODECOV_TOKEN }} attempt_limit: 10 attempt_delay: 10000