dvdoug / behat-code-coverage
Generate Code Coverage reports for Behat tests
Fund package maintenance!
v5.4.1
2026-02-07 19:53 UTC
Requires
- php: ^8.3
- composer-runtime-api: ^2.0
- behat/behat: ^3.27
- composer/semver: ^3.0
- phpunit/php-code-coverage: ^12.3||^13.0
- symfony/config: ^5.4.45||^6.4.24||^7.3
- symfony/console: ^5.4.45||^6.4.24||^7.3
- symfony/dependency-injection: ^5.4.45||^6.4.24||^7.3
- symfony/event-dispatcher: ^5.4.45||^6.4.24||^7.0.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.88.2
- phpunit/phpunit: ^12.3||^13.0
- symfony/filesystem: ^5.4.45||^6.4.24||^7.3
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
- dev-master
- v5.4.1
- v5.4.0
- v5.3.7
- v5.3.6
- v5.3.5
- v5.3.4
- v5.3.3
- v5.3.2.1
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.0
- v2.5.5
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/actions/checkout-6
- dev-5.3.2-x
- dev-symfony_7
This package is auto-updated.
Last update: 2026-04-04 18:31: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.