Skip to content

Commit 8693d51

Browse files
committed
Disable coverage
1 parent febe9cb commit 8693d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-workshop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php }}
2626
tools: composer:v2
27-
coverage: pcov
28-
27+
coverage: none
28+
2929
- name: Install Dependencies
3030
run: composer update --prefer-dist
3131

0 commit comments

Comments
 (0)