diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f9ea7ec..a1441fe 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: uses: php-actions/composer@v6 - name: Run tests and collect coverage - run: ./vendor/bin/phpunit ./tests --coverage-clover coverage.xml . + run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 |
