Attributes object for code coverage summary response.

Hierarchy

  • CoverageSummaryAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
codeowners?: {
    [key: string]: CoverageSummaryCodeownerStats;
}

Coverage statistics broken down by code owner.

Type declaration

evaluatedFlagsCount?: number

Total number of coverage flags evaluated.

evaluatedReportsCount?: number

Total number of coverage reports evaluated.

patchCoverage?: number

Overall patch coverage percentage.

services?: {
    [key: string]: CoverageSummaryServiceStats;
}

Coverage statistics broken down by service.

Type declaration

totalCoverage?: number

Overall total coverage percentage.

Generated using TypeDoc