Skip to content

Commit c5d53df

Browse files
authoredAug 23, 2024
Update test.yaml
1 parent 87af92c commit c5d53df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php-versions }}
2626
extensions: mbstring, intl, exif, iconv
27-
coverage: pcov
27+
coverage: xdebug
2828
- name: Get composer cache directory
2929
id: composercache
3030
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Dependencies
3838
run: composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
3939
- name: Execute tests
40-
run: php -d pcov.enabled=1 vendor/bin/phpunit --log-junit build/logs/junit-log.xml --coverage-clover=build/logs/clover.xml
40+
run: php vendor/bin/phpunit --log-junit build/logs/junit-log.xml --coverage-clover=build/logs/clover.xml
4141
- name: Coverage Upload
4242
env:
4343
OTTERWISE_TOKEN: ${{ secrets.OTTERWISE_TOKEN }}

0 commit comments

Comments
 (0)