From b1d29d0eff496d5f4c3b4670c0c67e1101a9ee8c Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Thu, 13 Aug 2020 20:52:39 +0300 Subject: [PATCH] swap to xdebug --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0711b42..9774a6f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -41,7 +41,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick - coverage: pcov + coverage: xdebug - name: Install dependencies run: |