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]