Skip to content

Commit 02893fd

Browse files
committed
ci: test coverage
1 parent d935fc6 commit 02893fd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Run test with PHP v8.3
7+
name: Run tests with PHP v8.3
88
runs-on: ubuntu-latest
99
services:
1010
typesense:
@@ -23,5 +23,7 @@ jobs:
2323
uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: '8.3'
26+
coverage: xdebug
2627
- uses: php-actions/composer@v6
27-
- run: vendor/bin/phpunit
28+
- name: Run tests
29+
run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)