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