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.17 | PHP version | 7.4.24 | Driver | PCOV | PCOV version (if used) | 7.4.13 | Installation...
I was attempting to merge coverage reports on a different machine than what generated them, and I was ending up with empty reports. It looks like the filter does a...
I see this option [in the source code](https://github.com/sebastianbergmann/php-code-coverage/blob/d10b53a877ad06afe11afdd39a391cd86382827c/src/Report/Text.php#L54) but I don't know where I can enable it. EDIT: I tried : - coverageTextShowOnlySummary in phpunit.xml - --coverage-text-show-only-summary in cli arg...
The format of the Cobertura report did not match the [Cobertura document definition](http://cobertura.sourceforge.net/xml/coverage-04.dtd). For example in some cases, the required attribute `name` of `package` and the required attribute `signature` of...
Calculation of Branch Coverage Totals is wrong - or at least misleading - when untested code exists
| Q | A | --------------------------| --------------- | php-code-coverage version | 10.1.3 | PHP version | 8.2.9 | Driver | Xdebug | Xdebug version (if used) | 3.2.2 | Installation...
``` $ git clone [email protected]:sebastianbergmann/money.git $ cd money $ phpunit -c build $ wget https://bitbucket.org/atlassian/clover/raw/bd0ebb6cc8cc3e3fdb878b2640078461b8902a32/etc/schema/clover.xsd $ xmllint --noout --schema /tmp/clover.xsd build/logs/clover.xml build/logs/clover.xml:2: element coverage: Schemas validity error : Element 'coverage':...
| Q | A | --------------------| --------------- | PHPUnit version | 9.6.9 | PHP version | 8.1.20 | Installation Method | Composer #### Summary Lately we have changed our docker...
Issue: XDebug code coverage not working with "php -dxdebug.mode=coverage" option Description: I'm trying to run PHPUnit tests with code coverage in PhpStorm. I use the following command: ```bash php -dxdebug.mode=coverage...
| Q | A | --------------------------| --------------- | php-code-coverage version | 9.2.24 | PHP version | 8.2 | Driver | Xdebug | Xdebug version (if used) | 3 | Installation...
| Q | A | --------------------------| --------------- | php-code-coverage version | 9.2.15 | PHP version | 8.0.9 | Driver | Xdebug | Xdebug version | 3.1.5 | Installation Method |...