diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:57:21 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:57:21 +0200 |
| commit | c0bdd0bce014a252a12dcc8ea621182b69379f36 (patch) | |
| tree | fa80cdb8f0e009c093b58a4705de6916679ef131 /.github/workflows | |
| parent | f66e5928fc73d1dad27f2f785909c2ed050b6ff7 (diff) | |
Add phpunit.xml
Diffstat (limited to '.github/workflows')
| -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 |
