dvdoug / behat-code-coverage
Generate Code Coverage reports for Behat tests
Fund package maintenance!
dvdoug
Installs: 999 206
Dependents: 25
Suggesters: 0
Security: 0
Stars: 45
Watchers: 2
Forks: 9
Open Issues: 1
Requires
- php: ^7.3 || ^8.0
- composer-runtime-api: ^2.0
- behat/behat: ^3.10
- composer/semver: ^3.0
- phpunit/php-code-coverage: ^9.2.16||^10.0
- symfony/config: ^4.4.30||^5.1.4||^6.0
- symfony/console: ^4.4.30||^5.3.7||^6.0.9
- symfony/dependency-injection: ^4.4.12||^5.1.4||^6.0
- symfony/event-dispatcher: ^4.4||^5.0||^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9.2
- phpunit/phpunit: ^9.5.5||^10.0
- symfony/filesystem: ^4.4||^5.0||^6.0
Suggests
- ext-pcov: PCOV allows you to collect line coverage only, but is faster than Xdebug
- ext-xdebug: Xdebug allows you to collect line, branch and path coverage
This package is auto-updated.
Last update: 2023-05-08 18:44:43 UTC
README
Behat Code Coverage is an extension for Behat that can generate code coverage reports when testing a PHP application. The extension wraps the same php-code-coverage library that is used by PHPUnit thereby producing reports that are familiar to developers and interoperable with other tooling.
See documentation for more details.
License
Licensed under BSD-2-Clause License.