Skip to content

Commit dff8fef

Browse files
committed
add swoole extension to codecov workflow
Signed-off-by: bota <[email protected]>
1 parent 15fdb79 commit dff8fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: "${{ matrix.php }}"
30+
extensions: swoole
3031
coverage: pcov
3132
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
3233
tools: composer:v2, cs2pr

0 commit comments

Comments
 (0)