Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).