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 EventsAPI to subscribe to events invoked during a Code Coverage session. - Added
useProjectSettingsin -coverageOptions for batchmode which allows using the settings specified inProjectSettings/Settings.json. - Added
pathStrippingPatternsin -coverageOptions for batchmode which allows stripping specific sections from the paths that are stored in the coverage results xml files. - Added
sourcePathsin -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.