147 - Drop coverage from CI and run PHPUnit directly

This commit is contained in:
myrmidex 2026-08-15 00:51:46 +02:00
parent de42bdca38
commit 7ce3bc1080

View file

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