Generate code coverage for a single test suite
I wish to determine which files are covered by each of my test suites separately. I am using PHPUnit 10.5 with xDebug for code coverage on my PHP 8.1 project.
I wish to determine which files are covered by each of my test suites separately. I am using PHPUnit 10.5 with xDebug for code coverage on my PHP 8.1 project.