File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ jobs:
8686 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8787
8888 - name : Run Unit Tests
89- run : php ./vendor/bin/phpunit --testsuite "Laravel Livewire Tables Unit Test Suite" --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --log-junit ./junit .xml
89+ run : php ./vendor/bin/phpunit --testsuite "Laravel Livewire Tables Unit Test Suite" --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage .xml
9090
9191 - name : Upload coverage reports to Codecov
9292 uses : codecov/codecov-action@v5
9393 env :
9494 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
9595 with :
9696 token : $CODECOV_TOKEN
97- files : ./junit .xml
97+ files : ./coverage .xml
9898 verbose : true
9999
100100
You can’t perform that action at this time.
0 commit comments