Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeCoverageData

Represents the build configuration (platform, flavor) and coverage data for the build

Hierarchy

  • CodeCoverageData

Index

Properties

Optional buildFlavor

buildFlavor: string

Flavor of build for which data is retrieved/published

Optional buildPlatform

buildPlatform: string

Platform of build for which data is retrieved/published

Optional coverageStats

coverageStats: Array<CodeCoverageStatistics>

List of coverage data for the build

Generated using TypeDoc