Revert "Stop uploading code coverage from non-pull request CI runs"

This reverts commit 46a1b568a9 as it seems
to cause wrong reporting on pull request coverage info, likely due to
missing baselines from the master branch "push".
This commit is contained in:
Lukas Dürrenberger 2024-11-19 23:24:33 +01:00 committed by Chris Thrasher
parent 6ece7bdc9b
commit 4d09b8fd61

View File

@ -259,7 +259,7 @@ jobs:
name: Finalize Coverage Upload name: Finalize Coverage Upload
needs: build needs: build
runs-on: ubuntu-22.04 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: steps:
- name: Coveralls Finished - name: Coveralls Finished