Skip to content

Commit 93697aa

Browse files
committed
Change CI coverage engine from Xdebug -> PCOV.
1 parent a06fd22 commit 93697aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php }}
33-
coverage: xdebug
33+
coverage: pcov
3434

3535
- name: Validate composer.json
3636
run: composer validate

0 commit comments

Comments
 (0)