m50 / psalm-json-to-junit
This package is abandoned and no longer maintained.
No replacement package was suggested.
Converts psalm's json report to junit for CI/CD systems.
v1.2.2
2020-02-14 02:44 UTC
Requires
- php: ^7.3
- symfony/console: ^4.4
- vimeo/psalm: ^3.7
Requires (Dev)
- phpunit/phpunit: ^8.4
README
Converts vimeo/psalm's JSON report to a junit XML report.
Install
Install the package in dev:
composer install --dev m50/psalm-json-to-junit
Usage
First run psalm generating a json report:
vendor/bin/psalm --report="report.json"
Then, you can run the convertor:
vendor/bin/psalm-to-junit convert:json report.json report.xml
That will generate a new report.xml which you can use in your CI report system.