Skip to content

Commit 272debd

Browse files
committed
fix: enable xdebug coverage driver in CI tests
- Change coverage from 'none' to 'xdebug' in test jobs - Fixes PHPUnit warning 'No code coverage driver available' - Prevents test failures due to failOnWarning=true setting
1 parent 008c5ae commit 272debd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
php-version: ${{ matrix.php-version }}
4343
extensions: dom, curl, libxml, mbstring, zip, json
44-
coverage: none
44+
coverage: xdebug
4545
tools: composer:v2
4646

4747
- name: Cache Composer packages

0 commit comments

Comments
 (0)