Skip to content

Commit

Permalink
Add coverage xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebarbaro committed Jun 18, 2024
1 parent 36dc067 commit 3a29b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
uses: shivammathur/setup-php@v2
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
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, xdebug
coverage: xdebug

- name: Setup problem matchers
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ coverage
/.settings/
/.buildpath
/.phpunit.result.cache
/.phpunit.cache/
.php-cs-fixer.cache
phpunit.xml
phpstan.neon
Expand Down

0 comments on commit 3a29b54

Please sign in to comment.