diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:43:15 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:43:15 +0200 |
| commit | ca6e1bcd786501a9772659e4a68e0bbdaf4c1381 (patch) | |
| tree | 6b6c694b00c367f5613e222a7e0a7d03902ba23c /.forgejo | |
| parent | 7227c79d4175a7a820469fbef264abc646f6aa9b (diff) | |
Update test command to use Pest for coverage reporting
Diffstat (limited to '.forgejo')
| -rw-r--r-- | .forgejo/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 153215c..277f307 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -35,4 +35,4 @@ jobs: run: composer install - name: Run tests and collect coverage - run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests + run: ./vendor/bin/pest --coverage-clover coverage.xml |
