dvdoug / behat-code-coverage
Generate Code Coverage reports for Behat tests
Fund package maintenance!
dvdoug
Installs: 2 117 615
Dependents: 30
Suggesters: 0
Security: 0
Stars: 53
Watchers: 3
Forks: 10
Open Issues: 0
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- behat/behat: ^3.10
- composer/semver: ^3.0
- phpunit/php-code-coverage: ^10.1||^11.0
- symfony/config: ^5.1.4||^6.0||^7.0
- symfony/console: ^5.3.7||^6.0.9||^7.0
- symfony/dependency-injection: ^5.1.4||^6.0||^7.0
- symfony/event-dispatcher: ^5.0||^6.0||^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.49.0
- phpunit/phpunit: ^10.1||^11.0
- symfony/filesystem: ^5.0||^6.0||^7.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: 2024-11-03 16:32:16 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.