1
0
Fork
You've already forked coverlyzer
0
No description
  • PHP 100%
2026年05月29日 16:15:59 +02:00
bin Fix error message 2023年10月30日 14:59:12 +01:00
src Format code 2026年05月29日 16:15:59 +02:00
.gitattributes Add .gitignore and .gitattributes 2023年10月24日 22:34:29 +02:00
.gitignore Add .gitignore and .gitattributes 2023年10月24日 22:34:29 +02:00
composer.json Release 0.3.0 2026年03月21日 11:01:41 +01:00
LICENSE.md Update readme and license file 2023年10月30日 15:15:15 +01:00
README.md Update readme and license file 2023年10月30日 15:15:15 +01:00

Coverlyzer

PHP console tool to analyze PHPUnit test coverage reports in PHP format.

Installation

composer require ernst/coverlyzer

Usage

Generate a coverage report in PHP format:

phpunit --coverage-php=path/to/file.php

Pass the report file as parameter to the coverlyzer script:

./vendor/bin/coverlyzer path/to/file.php

License

Coverlyzer is released under the MIT license. Parts of the code are from Pest