From ca6e1bcd786501a9772659e4a68e0bbdaf4c1381 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 1 Feb 2026 11:43:15 +0200 Subject: Update test command to use Pest for coverage reporting --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.forgejo/workflows') 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 -- cgit v1.2.3