Skip to content

Commit f8af2e4

Browse files
committed
chore: code coverage
1 parent de3a274 commit f8af2e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version: [ '8.2', '8.3', '8.4' ]
15-
env:
16-
XDEBUG_MODE: coverage
1715
steps:
1816
- uses: actions/checkout@v4
1917
- name: Set up PHP
2018
uses: shivammathur/setup-php@v2
2119
with:
2220
php-version: ${{ matrix.php-version }}
23-
coverage: xdebug
2421
- name: Install Composer dependencies
2522
run: |
2623
composer self-update
2724
composer install --prefer-source --no-interaction
2825
- name: Run PHPUnit
29-
run: vendor/bin/phpunit --coverage-text
26+
run: vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)