phpspec-code-coverage
phpspec-code-coverage copied to clipboard
Generate Code Coverage reports for PhpSpec tests
Hi Are there any plans for supporting phpspec v5 in the near future? :)
Version `4.0.0` requires `phpunit/php-code-coverage` version `~4.0||~5.0` but attempts to use code from version 5 regardless. Lines 82 - 84 of `CodeCoverageExtension`: ```php case 'xml': $reports['xml'] = new Report\Xml\Facade(Version::id()); break; ```...
Support specifying code coverage configuration parameters via cli instead of only supporting configuration file. In case both (configuration and CLI arguments) are specified, the CLI arguments should always take priority....
As of #19 the functional / integration tests was disabled. The tests were previously written in PhpSpec and now cannot run anymore due to `phpunit/php-code-coverage` marking their classes as final...