We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a46723 commit 23ff01cCopy full SHA for 23ff01c
.github/workflows/run-tests.yml
@@ -54,4 +54,4 @@ jobs:
54
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
55
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
56
- name: Execute tests
57
- run: vendor/bin/phpunit
+ run: composer run test-coverage -- --coverage-text
0 commit comments