From f549f0b208b8bb78b0fe9a1bc1bc27ed9cada0eb Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Wed, 23 Jul 2025 14:03:00 +0200 Subject: [PATCH] Disable code coverage upload in the fork repository, for now. --- .github/workflows/php.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 410430db..440456ad 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -245,6 +245,8 @@ jobs: run: composer audit coverage: + # Disable code coverage upload in the fork repository, for now. + if: false name: Code coverage runs-on: [ubuntu-latest] needs: [unit-tests-linux]