diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:33:51 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:33:51 +0200 |
| commit | e2c0cd76f02ced0e815151c15b40c0f25369a04d (patch) | |
| tree | 0ea5cd96c99aefb69f6f3fe4c06bdcca6a22fb94 /.forgejo/workflows/coverage.yml | |
| parent | 012391c4a94032f5f83f76094737aefcb6b71d6d (diff) | |
Diffstat (limited to '.forgejo/workflows/coverage.yml')
| -rw-r--r-- | .forgejo/workflows/coverage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.forgejo/workflows/coverage.yml b/.forgejo/workflows/coverage.yml index d19d941..46b5bce 100644 --- a/.forgejo/workflows/coverage.yml +++ b/.forgejo/workflows/coverage.yml @@ -31,5 +31,8 @@ jobs: php -v composer --version + - name: Install dependencies + run: composer install + - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests |
