From a742b2158fdfedbf923d4c7bcb79854cdb9a7618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Wed, 10 Apr 2024 11:20:46 +0200 Subject: [PATCH] Allow failure of coverage uploads due to rate limits --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6278e8c7..112bbe53d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: uses: codecov/codecov-action@v4 if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks with: - fail_ci_if_error: true + fail_ci_if_error: false name: ${{ matrix.platform.name }} ${{ matrix.config.name }} ${{ matrix.type.name }} directory: ./build files: ./build/coverage.out