Skip to content

Tags: zk-kb4/c3

Tags

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Codeception#59 from Codeception/php-code-coverage-9

Compatibility with php-code-coverage 9

2.4.1

Toggle 2.4.1's commit message
Merge branch "2.0" of github.com:Codeception/c3 into 2.0

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update c3.php

2.0.14

Toggle 2.0.14's commit message
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

2.0.13

Toggle 2.0.13's commit message
Added the ability to export the code coverage data in PHPUnit xml for…

…mat (Codeception#33)

2.0.12

Toggle 2.0.12's commit message
Fixed error on composer update (Fix Codeception#30) (Codeception#31)

2.0.11

Toggle 2.0.11's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Only run installer on an operation on c3 (Codeception#29)

Checks "*/c3" and not "codeception/c3" so forks will keep working.

2.0.10

Toggle 2.0.10's commit message
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.

2.0.9

Toggle 2.0.9's commit message
check for class exists before declaring alias to it

2.0.8

Toggle 2.0.8's commit message
Use package events instead of command events (Codeception#22)

* Use package events instead of command events

* Improved formatting

* Ignore composer.lock