com.unity.testtools.codecoverage 1.2.3
com.unity.testtools.codecoverage
Source docsNotes: processedReleased April 13, 2023
Unity Compatibility
Minimum Unity: 2019.3 (0a8)
Package Dependencies
🔧 Bug Fixes
- Fixed failing to gather code coverage for generic methods (case COV-17).
📈 Improvements
- Added `filtersFromFile` in *-coverageOptions* for batchmode. This allows specifying an external Json file which contains path and assembly filtering rules. When this file contains relative paths, the `sourcePaths` option can be used to specify the source directories.
**Note:** The `pathFiltersFromFile` option will be deprecated in the next package major release. Please use the new `filtersFromFile` option instead. - Make sure `--burst-disable-compilation` is expected to be passed with two dashes, unlike other editor command line options.
