From ee39f210c7c7cd783c3b6523ab27ca6742f6592a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 17 Jul 2024 07:52:06 +0200 Subject: [PATCH] We do not need a code coverage extension for this job --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73ca164cf72..e696bd0ddb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -182,7 +182,6 @@ jobs: php-version: ${{ matrix.php-version }} extensions: ${{ env.PHP_EXTENSIONS }} ini-values: ${{ env.PHP_INI_VALUES }} - coverage: pcov tools: none - name: Install dependencies with Composer