Skip to content

Commit 10a52a8

Browse files
committed
chore(ci): enable xdebug for code coverage in docs workflow
1 parent 0d0e3ea commit 10a52a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
php-version: '8.4'
1919
extensions: mbstring, pdo, pdo_sqlite
20-
coverage: none
20+
coverage: xdebug
2121
- name: Get composer cache directory
2222
id: composercache
2323
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)