Skip to content

Command line tool to analyze PHPUnit test coverage reports in PHP format

License

Notifications You must be signed in to change notification settings

ernstla/coverlyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line tool to analyze PHPUnit test coverage reports in PHP format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages