From 4d09b8fd61c5f6458542951e9d1e5621a7f67547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Tue, 19 Nov 2024 23:24:33 +0100 Subject: [PATCH] Revert "Stop uploading code coverage from non-pull request CI runs" This reverts commit 46a1b568a981d7854f498b417a2ab6a0e3f1ae3e as it seems to cause wrong reporting on pull request coverage info, likely due to missing baselines from the master branch "push". --- .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 3f5f5bf64..4d9777cfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: name: Finalize Coverage Upload needs: build runs-on: ubuntu-22.04 - if: github.repository == 'SFML/SFML' && github.event_name == 'pull_request' # Only run for PRs to main repository + if: github.repository == 'SFML/SFML' # Disable upload in forks steps: - name: Coveralls Finished