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
Requires
- symfony/console: ^3.3
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^5.0 || ^6.2
- symfony/framework-bundle: ^3.3
- symfony/phpunit-bridge: ^3.3
This package is auto-updated.
Last update: 2023-11-06 23:59:57 UTC
README
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.