CodeCoverageData interface
Represents the build configuration (platform, flavor) and coverage data for the build
Properties
build |
Flavor of build for which data is retrieved/published |
build |
Platform of build for which data is retrieved/published |
coverage |
List of coverage data for the build |
Property Details
buildFlavor
Flavor of build for which data is retrieved/published
buildFlavor: string
Property Value
string
buildPlatform
Platform of build for which data is retrieved/published
buildPlatform: string
Property Value
string
coverageStats
List of coverage data for the build
coverageStats: CodeCoverageStatistics[]