phpcov icon indicating copy to clipboard operation
phpcov copied to clipboard

TextUI frontend for php-code-coverage

Results 10 phpcov issues
Sort by recently updated
recently updated
newest added

Hello, We have issue when merging coverage reports generated with PHPUnit 9.x, on a PHP 8.3 codebase, updating parser to bring support between PHP 8.3 and PHPUnit 9.x. ⚠️ This...

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.0 | PHP version | 7.4.3 | Installation Method | PHAR #### Summary When using PHPUnit phar archive (installed...

bug

On GItHub Actions, all tests pass with PHP 8.2 but one test fails with [PHP 8.3](https://github.com/sebastianbergmann/phpcov/actions/runs/7752824091/job/21142980484) and [PHP 8.4](https://github.com/sebastianbergmann/phpcov/actions/runs/7752824091/job/21142980734). On my local machine, I have three failing tests: ``` 1)...

bug

We had an issue when modifying only the value of a constant in our source. Since the modified line of code was not covered by code-coverage, and it was the...

I have almost 13GB worth of .cov files. I am trying to generate an HTML report using the command `phpcov merge cov --html=all-html` in a 16GB RAM environment. Specifically, I'm...

Q | A -- | -- php-code-coverage version | 9.2.29 PHP version | 8.0.30 Driver | PCOV PCOV version (if used) | 8.2.1 Installation Method | Phar Usage Method |...

There are a number of use cases, when test coverage can be generated in different places (with different base paths). Here are some ways to run tests, where each might...

Deprecated: Creation of dynamic property SebastianBergmann\PHPCOV\Arguments::$cobertura is deprecated This issue seems to be fixed in later versions, but not in version 8.2.1 [original PR](https://github.com/sebastianbergmann/phpcov/pull/125)

I generate coverage for two suits, both results output are HTML. It worked at Symfony 4.4 and after some dependencies upgrade it's not working. Generated by [php-code-coverage 9.2.30](https://github.com/sebastianbergmann/php-code-coverage) using [PHP...