com.unity.testtools.codecoverage 1.1.0

com.unity.testtools.codecoverage

Notes: processedReleased June 10, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0a8)

🔧 Bug Fixes

🔄 Changes

  • Updated Report Generator to version 4.8.9

📈 Improvements

Features

  • Added `Code Coverage session Events` API to subscribe to events invoked during a Code Coverage session
  • Added `useProjectSettings` in *-coverageOptions* for batchmode which allows using the settings specified in `ProjectSettings/Settings.json`
  • Added `pathStrippingPatterns` in *-coverageOptions* for batchmode which allows stripping specific sections from the paths that are stored in the coverage results xml files
  • Added `sourcePaths` in *-coverageOptions* for batchmode which allows specifying the source directories which contain the corresponding source code