Skip to content

Commit ced2521

Browse files
committed
xdebug added as code coverage
1 parent 914fb27 commit ced2521

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/php-testing.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php-versions }}
21-
extensions: gd
22-
coverage: none
21+
extensions: gd, xdebug
22+
coverage: xdebug
2323
tools: php-cs-fixer, phpunit
2424

2525
- name: Composer Install
@@ -28,5 +28,4 @@ jobs:
2828
- name: Running Tests
2929
run: |
3030
mkdir -p build/logs
31-
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
32-
php vendor/bin/php-coveralls
31+
./vendor/bin/phpunit

0 commit comments

Comments
 (0)