Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 8564aec

Browse files
Fixed: No code coverage driver available
1 parent d397fd9 commit 8564aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
php-version: ${{ matrix.php }}
7272
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
73-
coverage: none
73+
coverage: xdebug
7474

7575
- name: Install dependencies
7676
run: composer require laravel/framework:^${{ matrix.laravel }}

0 commit comments

Comments
 (0)