We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d935fc6 commit 02893fdCopy full SHA for 02893fd
1 file changed
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
test:
7
- name: Run test with PHP v8.3
+ name: Run tests with PHP v8.3
8
runs-on: ubuntu-latest
9
services:
10
typesense:
@@ -23,5 +23,7 @@ jobs:
23
uses: shivammathur/setup-php@v2
24
with:
25
php-version: '8.3'
26
+ coverage: xdebug
27
- uses: php-actions/composer@v6
- - run: vendor/bin/phpunit
28
+ - name: Run tests
29
+ run: vendor/bin/phpunit --coverage-text
0 commit comments