From 60029a2f9cc43dd761aa94673e120e1018e627e6 Mon Sep 17 00:00:00 2001 From: shinoi2 Date: Fri, 12 Apr 2024 17:23:12 +0800 Subject: [PATCH] Ignore upload coverage reports failed. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a6050e42..2fe98f5e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,5 +29,4 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} + files: coverage.xml