Skip to content

Commit b0474ea

Browse files
committed
ci: fixed coverage not installed on ci
1 parent d83a4ed commit b0474ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php }}
2626
extensions: dom, mbstring, zip
27-
coverage: none
27+
coverage: xdebug
2828

2929
- name: Get Composer cache directory
3030
id: composer-cache

0 commit comments

Comments
 (0)