com.unity.testtools.codecoverage 1.2.0-exp.2

com.unity.testtools.codecoverage

Notes: processedReleased August 31, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0a8)

🔄 Changes

  • Updated Report Generator to version 4.8.12

📈 Improvements

  • The size of the coverage result files and the Code Coverage session duration have been optimized. When more than one coverage xml result files are generated within a Code Coverage session, these files now include only the coverage data of the visited lines. Then, at the end of the session a final coverage xml result file is generated which includes all the lines but with zero coverage.
  • Added Help IconButton in the Code Coverage window