warmans/code-report

There is no license information available for the latest version (0.2.1) of this package.

Convert raw code metrics into attractive reports

0.2.1 2015-02-04 20:47 UTC

This package is not auto-updated.

Last update: 2024-04-17 01:59:00 UTC


README

Build StatusScrutinizer Code QualityCode Coverage

Generate attractive static HTML reports from raw code metrics. These are useful for CI servers which do not have built in reports.

Supported Input Formats

Usage

code-report generate [path to input file] [path to output directory]

PhpLOC Example

./vendor/bin/phploc --log-xml phploc.xml src/
./code-report generate phploc.xml /tmp/code-report/.

Checkstyle Example

./vendor/bin/phpcs --standard="PSR2" src/* --report-checkstyle=./checkstyle.xml
./code-report generate checkstyle.xml /tmp/code-report/.