Skip to content

Commit

Permalink
add xdebug extension for the code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Mar 23, 2024
1 parent 6bb0e0a commit df50533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl
coverage: none
coverage: xdebug
- name: Composer
uses: "ramsey/composer-install@v2"
with:
Expand Down

0 comments on commit df50533

Please sign in to comment.