PHPCoverage Code
Status: Beta
Brought to you by:
pnimish
--- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -24,3 +24,6 @@ 2. It takes a long time to generate code coverage report for large sized applications. + 3. The "--cov-data-file" option in cli/driver.php has been changed to + "--cov-data-files" and accepts a comma-separated list of coverage recording + xml files. It will then generate a report after merging the data.