4
4
[ ![ GitHub Workflow Status] ( https://github.com/friends-of-phpspec/phpspec-code-coverage/actions/workflows/continuous-integration.yml/badge.svg )] ( https://github.com/friends-of-phpspec/phpspec-code-coverage/actions )
5
5
[ ![ Scrutinizer code quality] ( https://img.shields.io/scrutinizer/quality/g/friends-of-phpspec/phpspec-code-coverage/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/friends-of-phpspec/phpspec-code-coverage/?branch=master )
6
6
[ ![ License] ( https://img.shields.io/packagist/l/friends-of-phpspec/phpspec-code-coverage.svg?style=flat-square )] ( https://packagist.org/packages/friends-of-phpspec/phpspec-code-coverage )
7
-
7
+
8
8
# phpspec-code-coverage
9
9
10
10
[ phpspec-code-coverage] [ 0 ] is a [ PhpSpec] [ 2 ] extension that generates Code
@@ -22,14 +22,14 @@ used as a single metric defining how good your tests are.
22
22
- PHP 7+ (for [ PhpSpec] [ 2 ] v4+) or PHP 5.6+ (for [ PhpSpec] [ 2 ] v3)
23
23
- [ Xdebug] [ 3 ] , [ phpdbg] [ 4 ] or [ pcov] [ 6 ] extension enabled (PHP 7+ is required for code
24
24
generation to work with [ phpdbg] [ 4 ] ).
25
-
25
+
26
26
## Compatibility
27
27
28
- | phpspec-code-coverage | PHP | phpspec | phpunit |
29
- | -----------------------| ----------| ----------------------------| ----------------------------|
30
- | 4.x | ` ^7.1 ` | ` ^4.2 \|\| ^5.0 \|\| ^6.0 ` | ` ^5.0 \|\| ^6.0 \|\| ^7.0 ` |
31
- | 5.x | ` >= 7.2 ` | ` ^5.0 \|\| ^6.0 \|\| ^7.0 ` | ` ^6.0 \|\| ^7.0 \|\| ^8.0 ` |
32
- | 6.x | ` >= 7.3 ` | ` ^6.0 \|\| ^7.0 ` | ` ^9.0 ` |
28
+ | phpspec-code-coverage | PHP | phpspec | phpunit |
29
+ | -----------------------| ----------| ----------------------------| ------------------------------ |
30
+ | 4.x | ` ^7.1 ` | ` ^4.2 \|\| ^5.0 \|\| ^6.0 ` | ` ^5.0 \|\| ^6.0 \|\| ^7.0 ` |
31
+ | 5.x | ` >= 7.2 ` | ` ^5.0 \|\| ^6.0 \|\| ^7.0 ` | ` ^6.0 \|\| ^7.0 \|\| ^8.0 ` |
32
+ | 6.x | ` >= 7.3 ` | ` ^6.0 \|\| ^7.0 ` | ` ^9.2 \|\| ^10.0 \|\| ^11.0 ` |
33
33
34
34
## Change Log
35
35
@@ -171,11 +171,11 @@ extensions:
171
171
* `high_lower_bound` (optional) sets high lower bound for code coverage
172
172
(default `70`)
173
173
* `whitelist` takes an array of directories to whitelist (default: `lib`,
174
- ` src` ). The array can be made more specific if an associative array is
174
+ ` src` ). The array can be made more specific if an associative array is
175
175
given with the following keys (`directory`, `prefix`, `suffix`)
176
176
* `whitelist_files` takes an array of files to whitelist (default: none).
177
177
* `blacklist` takes an array of directories to blacklist (default: `test,
178
- vendor, spec`). The array can be made more specific if an associative
178
+ vendor, spec`). The array can be made more specific if an associative
179
179
array is given with the following keys (`directory`, `prefix`, `suffix`)
180
180
* `blacklist_files` takes an array of files to blacklist
181
181
0 commit comments