Skip to content

Commit b4aae15

Browse files
committed
wip
1 parent e74fe1e commit b4aae15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ jobs:
7676
with:
7777
php_version: ${{ matrix.php }}
7878
version: ${{ matrix.phpunit }}
79+
php_extensions: xdebug
80+
coverage_text: true
81+
bootstrap: vendor/autoload.php
82+
args: --coverage-filter src tests
83+
env:
84+
XDEBUG_MODE: coverage

0 commit comments

Comments
 (0)