Skip to content

Commit f18307b

Browse files
Update tests.yml
1 parent 60062b8 commit f18307b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: shivammathur/setup-php@v2
7575
with:
7676
php-version: ${{ matrix.php }}
77-
extensions: mbstring, exif, iconv, tokenizer, fileinfo
77+
extensions: mbstring, exif, iconv, tokenizer, fileinfo, pcov, xdebug
7878
coverage: pcov
7979

8080
- name: Install dependencies
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: PHPUnit
8686
run: |
87-
./vendor/bin/phpunit --stop-on-failure --coverage-clover=coverage.xml
87+
./vendor/bin/phpunit --stop-on-failure --coverage-clover=./coverage.xml
8888
env:
8989
XDEBUG_MODE: coverage
9090

0 commit comments

Comments
 (0)