From 62e854a4ee3cc8317ae519d823bb026236694518 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=BF=97=E5=AE=87?= Date: Sun, 14 Sep 2025 23:20:01 +0000 Subject: [PATCH] chore(ci): Add retry to codecov --- .github/workflows/code_coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index d6d8e9ac..52f0b3e4 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -36,6 +36,8 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + retry: 3 + retry-delay: 30 - name: Upload artifact uses: actions/upload-artifact@v4 with: -- 2.49.0