https://github.com/dvdoug/behat-code-coverage
Behat Extension to generate code coverage reports for Behat tests
https://github.com/dvdoug/behat-code-coverage
behat coverage php
Last synced: about 1 month ago
JSON representation
Behat Extension to generate code coverage reports for Behat tests
- Host: GitHub
- URL: https://github.com/dvdoug/behat-code-coverage
- Owner: dvdoug
- License: bsd-2-clause
- Created: 2019-08-03T21:36:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T18:08:59.000Z (3 months ago)
- Last Synced: 2025-04-03T11:10:26.073Z (about 1 month ago)
- Topics: behat, coverage, php
- Language: PHP
- Homepage: https://behat.cc
- Size: 587 KB
- Stars: 55
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
behat-code-coverage
===================
[](https://github.com/dvdoug/behat-code-coverage/actions?query=workflow%3ACI+branch%3Amaster)
[](https://packagist.org/packages/dvdoug/behat-code-coverage)
[](https://packagist.org/packages/dvdoug/behat-code-coverage)
[](https://www.behat.cc)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](https://behat.cc/) for more details.
## License
Licensed under [BSD-2-Clause License](LICENSE).