chore(tooling): disable test coverage for now

This commit is contained in:
peaklabs-dev
2026-03-13 23:55:08 +01:00
parent bd6f691b5a
commit f96349f46e
+1 -1
View File
@@ -93,7 +93,7 @@
"lint": "phpstan --memory-limit=2G --ansi",
"test": [
"@php artisan config:clear --ansi",
"XDEBUG_MODE=coverage pest --parallel --coverage --exactly=100"
"XDEBUG_MODE=coverage pest --parallel"
],
"test:refactor": "rector --dry-run",
"test:format": "pint --parallel --test",