From dbfbffc31477e82d7a7e6ca4afbea1a20a88225f Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Thu, 17 Dec 2020 12:51:17 +0000 Subject: [PATCH] add xdebug --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e36996..606b4e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,7 @@ jobs: php-version: ${{ matrix.php }} extensions: apc, curl, dom, intl, mbstring, mcrypt ini-values: date.timezone='UTC' + coverage: xdebug ## install composer - name: Install dependencies @@ -40,7 +41,7 @@ jobs: ## unit test with coverage - name: PHP Unit tests for PHP 7.3 - run: XDEBUG_MODE=coverage vendor/bin/phpunit --verbose --coverage-clover=clover.xml --configuration actions.phpunit.xml + run: vendor/bin/phpunit --verbose --coverage-clover=clover.xml --configuration actions.phpunit.xml if: matrix.php == '7.3' ## coverage