com.unity.testtools.codecoverage 1.2.0-exp.1
com.unity.testtools.codecoverage
Notes: processedReleased August 27, 2021
Unity Compatibility
Minimum Unity: 2019.3 (0a8)
Package Dependencies
🔄 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 (OnRunFinished) a final coverage xml result file is generated which includes all the lines but with zero coverage.
