issues/27: autotest foundation — TestTraceProcessor, PHPUnit suites, CI coverage
backend-ci-cd / parse-tag (push) Has been cancelled
backend-ci-cd / test (push) Has been cancelled
backend-ci-cd / test-prod-skip (push) Has been cancelled
backend-ci-cd / build-and-push (push) Has been cancelled
backend-ci-cd / deploy-gitops (push) Has been cancelled

This commit is contained in:
Valery Petrov
2026-06-04 12:51:57 +03:00
parent 5702c7178e
commit 77267619ad
6 changed files with 163 additions and 24 deletions
+3
View File
@@ -101,6 +101,9 @@
"@php bin/console cache:clear"
],
"phpunit": "phpunit",
"phpunit:unit": "phpunit --testsuite=unit",
"phpunit:integration": "phpunit --testsuite=integration",
"phpunit:coverage": "phpunit --testsuite=unit --coverage-clover var/coverage/clover.xml --coverage-text",
"generate-swagger": "php ./vendor/bin/openapi --output ./public/swagger.json ./src",
"auto-scripts": {
"cache:clear": "symfony-cmd",