com.unity.testtools.codecoverage 1.0.1
com.unity.testtools.codecoverage
Notes: processedReleased June 16, 2021
Unity Compatibility
Minimum Unity: 2019.3 (0a8)
Package Dependencies
🔧 Bug Fixes
- Ensure Results and History folders are created if they do not exist (case 1334551)
- Added support for ExcludeFromCoverage/ExcludeFromCodeCoverage for lambda expressions and yield statements (case 1338636)
- Added support for ExcludeFromCodeCoverage for getter/setter properties (case 1338665)
- *-coverageOptions* are only parsed when running from the command line (feedback)
🔄 Changes
- Updated Report Generator to version 4.8.9
📈 Improvements
- Implemented changes to support Test Framework package version 1.2
- Logs while the Report is generated are output per message rather than at the end of the generation
- Do not log burst warning when `-burst-disable-compilation` is passed in the command line
- Added Ignoring tests for Code Coverage section in documentation
- Updated documentation to match version 1.0.1
