Skip to content

Commit febe9cb

Browse files
committed
Try use pcov for coverage
1 parent de96477 commit febe9cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php-workshop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php }}
2626
tools: composer:v2
27-
27+
coverage: pcov
28+
2829
- name: Install Dependencies
2930
run: composer update --prefer-dist
3031

0 commit comments

Comments
 (0)