Skip to content

Commit bc020f4

Browse files
committed
Disable coverage instead of a blank string
1 parent 6a67168 commit bc020f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-phpunit-tests-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
148148
with:
149149
php-version: '${{ inputs.php }}'
150-
coverage: ${{ inputs.coverage-report && 'xdebug' || '' }}
150+
coverage: ${{ inputs.coverage-report && 'xdebug' || 'none' }}
151151
tools: wp-cli
152152

153153
# Since Composer dependencies are installed using `composer update` and no lock file is in version control,

0 commit comments

Comments
 (0)