mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
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:
parent
6ece7bdc9b
commit
4d09b8fd61
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user