Skip to content

Commit

Permalink
Update code coverage setting to use xdebug in the testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Mar 2, 2024
1 parent 0416ee5 commit a625422
Showing 1 changed file with 2 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 @@ -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, fileinfo
coverage: none
coverage: xdebug

- name: Install dependencies
run: |
Expand All @@ -62,4 +62,4 @@ jobs:
- name: Upload coverage reports to Code Climate
run: |
cc-test-reporter after-build -t -d clover --exit-code $? -r .
cc-test-reporter after-build

0 comments on commit a625422

Please sign in to comment.