Skip to content

Commit

Permalink
⚡ CI try xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed May 19, 2023
1 parent 69d5812 commit bcf9223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
with:
php-version: ${{ matrix.php }}
- run: composer install
- run: pecl install pcov
- uses: paambaati/codeclimate-action@v4.0.0
with:
coverageCommand: php -d extension=pcov -d memory_limit=-1 ./vendor/bin/phpunit -c ./etc/phpunit.xml.dist --coverage-clover clover.xml
coverageCommand: php -d extension=xdebug -d memory_limit=-1 ./vendor/bin/phpunit -c ./etc/phpunit.xml.dist --coverage-clover clover.xml
coverageLocations: clover.xml:clover
debug: true

0 comments on commit bcf9223

Please sign in to comment.