From 01f0cde154e477e65c143ed354687b7a800712ff Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 17 Jul 2024 08:36:57 +0200 Subject: [PATCH] Use Xdebug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 783f769..470ce4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: php-version: "${{ matrix.php-version }}" - coverage: "pcov" + coverage: "xdebug" - name: "Install dependencies with Composer" run: "./tools/composer update --no-ansi --no-interaction --no-progress"