Tags: zk-kb4/c3
Tags
Merge pull request Codeception#59 from Codeception/php-code-coverage-9 Compatibility with php-code-coverage 9
Added missing parameter to constructor of PHP_CodeCoverage_Report_PHP… ( Codeception#36) * Added missing parameter to constructor of PHP_CodeCoverage_Report_PHPUnit aka SebastianBergmann\CodeCoverage\Report\Xml\Facade * Old name of SebastianBergmann\CodeCoverage\Report\Xml\Facade is PHP_CodeCoverage_Report_XML not PHP_CodeCoverage_Report_PHPUnit
Added the ability to export the code coverage data in PHPUnit xml for… …mat (Codeception#33)
Fixed error on composer update (Fix Codeception#30) (Codeception#31)
Only run installer on an operation on c3 (Codeception#29) Checks "*/c3" and not "codeception/c3" so forks will keep working.
speedup initialization (Codeception#27) When the coverage object is used from cache we do not need to add the config again. We have over 3000 files it takes ~18sec to collect the file list. So this speed up the coverage run a lot.
Use package events instead of command events (Codeception#22) * Use package events instead of command events * Improved formatting * Ignore composer.lock
PreviousNext