ernst / coverlyzer
Tool to analyze PHPUnit test coverage reports in PHP format
Installs: 152
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:tool
Requires
- composer-runtime-api: ^2.2.2
- phpunit/php-code-coverage: ^10.1
README
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