Skip to content

Commit

Permalink
Enable coverage using xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
rojtjo committed Nov 17, 2023
1 parent a5cba46 commit 4513c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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, fileinfo
coverage: none
coverage: xdebug

- name: Setup problem matchers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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, fileinfo
coverage: none
coverage: xdebug

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit 4513c0b

Please sign in to comment.