Hi,
When I run unit tests and get the XML results is there a way to get coverage information?
Regards,
Nestor
Hi,
When I run unit tests and get the XML results is there a way to get coverage information?
Regards,
Nestor
You can use the Code Coverage package. Its included by default on recent versions of Unity, and can be installed via the package manager on older versions.
It will parse your XML files and generate a HTML report with line coverage for each assembly and each file (apart from other features you may find useful).
https://docs.unity3d.com/Packages/com.unity.testtools.codecoverage@1.2/manual/index.html