147 - Drop coverage from CI and run PHPUnit directly

This commit is contained in:
myrmidex 2026-08-15 00:51:46 +02:00
parent ddd560b204
commit 20bc7655d6

View file

@ -19,7 +19,7 @@ jobs:
with:
php-version: '8.3'
extensions: pdo_sqlite, mbstring, xml, dom
coverage: pcov
coverage: none
- name: Cache Composer dependencies
uses: https://data.forgejo.org/actions/cache@v4
@ -41,4 +41,4 @@ jobs:
run: vendor/bin/phpstan analyse --memory-limit=1G
- name: Tests
run: php artisan test --coverage-clover coverage.xml --coverage-text
run: php -d memory_limit=512M vendor/bin/phpunit