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 567b9da commit cdff90dCopy full SHA for cdff90d
.github/workflows/run-tests-pcov-pull.yml
@@ -88,7 +88,7 @@ jobs:
88
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
89
90
- name: Run Unit Tests
91
- run: php ./vendor/bin/phpunit --testsuite "Laravel Livewire Tables Unit and Visuals Test Suite" --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
+ run: php ./vendor/bin/phpunit --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml --testsuite "Laravel Livewire Tables Unit Test Suite","Laravel Livewire Tables Visuals Test Suite"
92
93
- name: Upload coverage reports to Codecov
94
uses: codecov/codecov-action@v5
0 commit comments