Getting through the test step.
Some checks failed
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2025-04-22 11:54:17 +00:00
parent 3f33729b4b
commit e4f195d24a
6 changed files with 32 additions and 17 deletions

View File

@ -35,7 +35,7 @@
"@docs"
],
"metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/",
"docs": "phpDocumentor",
"docs": "tools/phpDocumentor",
"analyze": [
"@analyze-yaml",
"@analyze-phpmd",
@ -44,9 +44,9 @@
"@analyze-phpcs"
],
"analyze-yaml": "vendor/bin/yaml-lint .",
"analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpstan":"phpstan",
"analyze-psalm": "psalm --no-cache",
"analyze-phpcs": "phpcs"
"analyze-phpmd": "tools/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
"analyze-phpstan":"tools/phpstan",
"analyze-psalm": "tools/psalm --no-cache",
"analyze-phpcs": "tools/phpcs"
}
}