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

This package is auto-updated.

Last update: 2021-04-14 05:43:16 UTC


README

Total Downloads Packagist Version Build Status StyleCI GitHub

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.

Credits