You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the maintainer of a VS Code extension that integrates PHPUnit with the VS Code Test Explorer, and I'd like to update it to support the new feature that allows individual tests to be associated with test coverage lines.
Currently, I'm using the Clover XML report to pick up code coverage statistics, which has been working well. However, it doesn't include the detail of which specific test covered each line. From what I can tell, the Clover XSD schema will not support adding this type of detail.
The PHPUnit XML report does include associations of tests to individual line coverage. However, the XML report does not seem to use branch coverage statistics, even when they are available.
Is there any plan to enhance the XML report to include branch coverage statistics? I am happy to put together a PR if that helps.
The text was updated successfully, but these errors were encountered:
I'm the maintainer of a VS Code extension that integrates PHPUnit with the VS Code Test Explorer, and I'd like to update it to support the new feature that allows individual tests to be associated with test coverage lines.
Currently, I'm using the Clover XML report to pick up code coverage statistics, which has been working well. However, it doesn't include the detail of which specific test covered each line. From what I can tell, the Clover XSD schema will not support adding this type of detail.
The PHPUnit XML report does include associations of tests to individual line coverage. However, the XML report does not seem to use branch coverage statistics, even when they are available.
Is there any plan to enhance the XML report to include branch coverage statistics? I am happy to put together a PR if that helps.
The text was updated successfully, but these errors were encountered: