Skip to content

Commit

Permalink
coverals (#137)
Browse files Browse the repository at this point in the history
* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml

* Update main.yaml
  • Loading branch information
aleswita authored Nov 20, 2024
1 parent f48b12a commit 44727be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: 'shivammathur/setup-php@v2'
with:
php-version: '8.3'
coverage: 'xdebug'
coverage: 'pcov'
extensions: '${{ env.php-extensions }}'

- name: 'Install dependencies'
Expand All @@ -117,4 +117,4 @@ jobs:
COVERALLS_REPO_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: |
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
php -d memory_limit=-1 php-coveralls.phar --verbose --config tests/.coveralls.yml
php php-coveralls.phar --verbose --config tests/.coveralls.yml

0 comments on commit 44727be

Please sign in to comment.