Download the PHP package addvilz/phpspec-cover without Composer
On this page you can find all versions of the php package addvilz/phpspec-cover. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download addvilz/phpspec-cover
More information about addvilz/phpspec-cover
Files in addvilz/phpspec-cover
Download addvilz/phpspec-cover
More information about addvilz/phpspec-cover
Files in addvilz/phpspec-cover
Vendor addvilz
Package phpspec-cover
Short Description Opinionated code coverage for PHPSpec
License Apache-2.0
Package phpspec-cover
Short Description Opinionated code coverage for PHPSpec
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package phpspec-cover
Addvilz/phpspec-cover
WIP, but working.
About
This is a slightly more opinionated version of PhpSpec code coverage library. It is designed to give you insight about spec you are currently working on, without interfering when PHPSpec is executed against full test suite (there is extension for that).
Features:
- Automatically disables itself for when you run suites (more than 1 specs, will be configurable in later versions);
- Only outputs reports in CLI;
- Outputs line-by-line source code with coverage information in CLI as well;
- Coverage report is only generated for class that the current spec is implemented against.
Installation
composer require addvilz/phpspec-cover
Configuration
In your phpspec.yml:
Credit where credit is due
henrikbjorn/phpspec-code-coverage by henrikbjorn. If you need a full fledged code coverage extension for PHPSpec, this is the one you should be looking at.
License
Apache 2.0
All versions of phpspec-cover with dependencies
PHP Build Version
Package Version
The package addvilz/phpspec-cover contains the following files
Loading the files please wait ...