php-code-coverage
php-code-coverage copied to clipboard
Library that provides collection, processing, and rendering functionality for PHP code coverage information.
| Q | A | --------------------------| --------------- | php-code-coverage version | 9.2.21 | PHP version | 8.1.7 | Driver | Xdebug | Xdebug version (if used) | 3.1.5 | Installation...
`codecov/codecov-action@v3` uses Node.js 16 which is deprecated (see https://github.com/sebastianbergmann/php-code-coverage/actions/runs/8264610955). Replacing `v3` with `v4`, which IIRC is all that was needed to update this for PHPUnit itself, did not work (see...
This is my first pass at implementation for an object `SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageDataMapper` which serializes to JSON and de-serializes from JSON a given instance of `SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverage`. The intention here is to move...
Reincarnation of the https://github.com/sebastianbergmann/php-code-coverage/pull/573 by @BackEndTea See also https://github.com/sebastianbergmann/php-code-coverage/issues/571 So, another attempt to achieve this feature)
| Q | A | --------------------------| --------------- | php-code-coverage version | 10.1.11 | PHP version | 8.3.0 | Driver | Xdebug | PCOV version (if used) | n/a | Xdebug...
| Q | A | --------------------------| --------------- | php-code-coverage version | 10.1.11 | PHP version | 8.3.0 | Driver | Xdebug | PCOV version (if used) | n/a | Xdebug...
From: https://github.com/sebastianbergmann/php-code-coverage/pull/872#issuecomment-946374189 It should be possible to unserialize a `SebastianBergmann\CodeCoverage\CodeCoverage` object from a different format (like JSON). This could be useful when you want to analyze code coverage aquired by...
| Q | A | --------------------------| --------------- | php-code-coverage version | 10.1.9 | PHP version | 8.2.13 | Driver | Xdebug | PCOV version (if used) | n/a | Xdebug...
| Q | A | --------------------------| --------------- | php-code-coverage version | 9.2.30 | PHP version | 8.1.27 | Driver | PCOV / Xdebug | PCOV version | 1.0.11 | Xdebug...
Right now, `File_Iterator` is used to crawl the filesystem for files that match the criteria specified in the (PHPUnit) configuration resulting in a list (array) of files that are to...