Skip to content

Commit e09cdf1

Browse files
committed
Try fixing coverage
1 parent c329ebd commit e09cdf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code-cov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
uses: "shivammathur/setup-php@v2"
2222
with:
2323
coverage: "none"
24-
extensions: "intl, zip, xdebug"
24+
extensions: "intl, zip"
2525
ini-values: "memory_limit=-1, phar.readonly=0, error_reporting=E_ALL, display_errors=On"
2626
php-version: "7.4"
2727
tools: composer
28+
coverage: xdebug2
2829

2930
- name: "Update dependencies"
3031
run: "composer update ${{ env.COMPOSER_FLAGS }}"

0 commit comments

Comments
 (0)