Skip to content

Commit f5e78ce

Browse files
committed
Revert back to Xdebug for code-coverage
1 parent 7463e64 commit f5e78ce

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
@@ -55,7 +55,7 @@ jobs:
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
php-version: ${{ matrix.php }}
58-
coverage: pcov
58+
coverage: xdebug
5959
tools: flex
6060

6161
- name: Setup Problem Matchers for PHPUnit

0 commit comments

Comments
 (0)