dvdoug / behat-code-coverage
Generate Code Coverage reports for Behat tests
Fund package maintenance!
dvdoug
Installs: 2 169 331
Dependents: 30
Suggesters: 0
Security: 0
Stars: 54
Watchers: 3
Forks: 11
Open Issues: 0
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- behat/behat: ^3.15
- composer/semver: ^3.0
- phpunit/php-code-coverage: ^10.1||^11.0
- symfony/config: ^5.4.35||^6.3.12||^7.0.3
- symfony/console: ^5.4.35||^6.3.12||^7.0.3
- symfony/dependency-injection: ^5.3.35||^6.3.12||^7.0.3
- symfony/event-dispatcher: ^5.4.35||^6.3.12||^7.0.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.49.0
- phpunit/phpunit: ^10.5.12||^11.4.3
- symfony/filesystem: ^5.4.35||^6.3.12||^7.0.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
This package is auto-updated.
Last update: 2024-11-16 20:33:12 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.