What's new in version 1.1
Summary of changes in Code Coverage package version 1.1.
The main updates in this release include:
Added
- 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 inProjectSettings/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. - Added support for ExcludeFromCoverage/ExcludeFromCodeCoverage for lambda expressions and yield statements (case 1338636)
- Added support for ExcludeFromCodeCoverage for getter/setter properties (case 1338665)
For a full list of changes and updates in this version, see the Code Coverage package changelog.