Я выполняю тесты отдельно:
phpunit --log-junit result.xml Class1Test.php --coverage-php coverage.php --coverage-html, /codecoverage/ --whitelist Class1.php
phpunit --log-junit result.xml Class2Test.php --coverage-php coverage.php --coverage-html, /codecoverage/ --whitelist Class2.php
phpunit --log-junit result.xml Class3Test.php --coverage-php coverage.php --coverage-html, /codecoverage/ --whitelist Class3.php
проблема в том, что покрытие (.html и .php) всегда перезаписывает последнее. Есть ли шанс объединить / добавить к последнему вместо этого?