I’m building a project against PHP 7.1, 7.2, and 7.3. I have phpcs wired with the 7.3 build so I can maintain code quality. I’m also trying to report on code coverage with a consistent config … but the worker for 7.3 doesn’t have XDebug support.
When (and will) XDebug be added to the PHP 7.3 image for proper code coverage reporting?