Skip to content

Commit

Permalink
! lets try to use pcov vs xdebug for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Jan 16, 2023
1 parent f13c98a commit 1b6e116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, mysqli, gd, exif, iconv, apcu, memcached
coverage: xdebug
coverage: pcov
tools: composer:v2
ini-values: error_reporting=E_ALL, allow_url_fopen=On, opcache.enable=0, apc.enable_cli=1

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pgsql, imagick, exif, iconv, apcu, memcached
coverage: xdebug
coverage: pcov
tools: composer:v2
ini-values: error_reporting=E_ALL, allow_url_fopen=On, opcache.enable=0, apc.enable_cli=1

Expand Down

0 comments on commit 1b6e116

Please sign in to comment.