Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Jun 12, 2024
1 parent 60062b8 commit f18307b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, exif, iconv, tokenizer, fileinfo
extensions: mbstring, exif, iconv, tokenizer, fileinfo, pcov, xdebug
coverage: pcov

- name: Install dependencies
Expand All @@ -84,7 +84,7 @@ jobs:
- name: PHPUnit
run: |
./vendor/bin/phpunit --stop-on-failure --coverage-clover=coverage.xml
./vendor/bin/phpunit --stop-on-failure --coverage-clover=./coverage.xml
env:
XDEBUG_MODE: coverage

Expand Down

0 comments on commit f18307b

Please sign in to comment.