CodeCoverageSummary interface
Represents the code coverage summary results Used to publish or retrieve code coverage summary against a build
Properties
build | Uri of build for which data is retrieved/published |
coverage |
List of coverage data and details for the build |
coverage |
|
delta |
Uri of build against which difference in coverage is computed |
status | Uri of build against which difference in coverage is computed |
Property Details
build
Uri of build for which data is retrieved/published
build: ShallowReference
Property Value
coverageData
List of coverage data and details for the build
coverageData: CodeCoverageData[]
Property Value
coverageDetailedSummaryStatus
coverageDetailedSummaryStatus: CoverageDetailedSummaryStatus
Property Value
deltaBuild
Uri of build against which difference in coverage is computed
deltaBuild: ShallowReference
Property Value
status
Uri of build against which difference in coverage is computed
status: CoverageSummaryStatus