com.unity.testtools.codecoverage 0.3.0-preview
com.unity.testtools.codecoverage
Notes: processedReleased May 20, 2020
Unity Compatibility
Minimum Unity: 2019.3 (0a8)
Package Dependencies
🔄 Changes
- Added `coverageHistoryPath` and `generateHtmlReportHistory` in *-coverageOptions* for batchmode
- Added *History Location* and *Generate History* settings in the Code Coverage window
- Added `generateAdditionalMetrics` in *-coverageOptions* for batchmode and removed *enableCyclomaticComplexity* (it is now included in Additional Metrics)
- Added *Generate Additional Metrics* setting in the Code Coverage window and removed *Cyclomatic Complexity* (it is now included in Additional Metrics)
- Added *Crap Score* in Additional Metrics
- Using the *Settings Manager* package to handle the serialization of project settings
- Added Code Coverage Workshop sample project
- Added a DisplayDialog warning when Code Optimization is set to Release mode
- Execute *Stop Recording* on the update loop, instead of the OnGUI (removes an *EndLayoutGroup* error)
- Make sure *operator* and *anonymous function* names are generated correctly
- Refactored code; in OpenCoverReporter class (to reduce Cyclomatic Complexity), in CodeCoverageWindow class and others
- Updated Report Generator to version v4.5.8
- Updated documentation to match version 0.3.0-preview
