From fbb8229c3ea8e0d68c8048668185fa73db6e26b1 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 8 Aug 2024 17:32:34 +0200 Subject: [PATCH] ci: explicitly enable xdebug coverage and add condition for analysis --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54f72b4..ab91ae7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + coverage: xdebug tools: composer - name: Install run: composer install --no-interaction @@ -23,7 +24,7 @@ jobs: composer test sed -i "s#