incompass/coverage

Coverage check for clover.xml files generated by phpunit.

Installs: 3 684

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

1.0.0 2017-06-27 01:45 UTC

This package is auto-updated.

Last update: 2023-11-06 23:59:57 UTC


README

build status

Checks code coverage percentage from a clover xml file generated by PHPUnit.

Adapted from https://ocramius.github.io/blog/automated-code-coverage-check-for-github-pull-requests-with-travis/

Installation

I recommend using the phar archive for installation. Simply download the latest release, move it to /usr/local/bin/coverage and do a chmod +x /usr/local/bin/coverage and you are all set to go. Run coverage --help for further usage instructions.