Skip to content

Commit dc0624c

Browse files
Fixed test coverage driver
1 parent 803b987 commit dc0624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
php-version: ${{ matrix.php }}
2323
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, bcmath
24-
coverage: none
24+
coverage: xdebug
2525

2626
- name: Install dependencies
2727
run: composer update --prefer-stable --prefer-dist --no-progress --no-interaction

0 commit comments

Comments
 (0)