Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T19:07:10.000Z (11 days ago)
- Last Synced: 2024-12-11T20:19:44.961Z (11 days ago)
- Topics: behat, coverage, php
- Language: PHP
- Homepage: https://behat.cc
- Size: 584 KB
- Stars: 54
- 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
===================
[![Build Status](https://github.com/dvdoug/behat-code-coverage/workflows/CI/badge.svg?branch=master)](https://github.com/dvdoug/behat-code-coverage/actions?query=workflow%3ACI+branch%3Amaster)
[![Download count](https://img.shields.io/packagist/dt/dvdoug/behat-code-coverage.svg)](https://packagist.org/packages/dvdoug/behat-code-coverage)
[![Current version](https://img.shields.io/packagist/v/dvdoug/behat-code-coverage.svg)](https://packagist.org/packages/dvdoug/behat-code-coverage)
[![Documentation](https://readthedocs.org/projects/behat-code-coverage/badge/?version=latest)](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).