Attributes of the per-file code coverage response.

Hierarchy

  • FilesCoverageAttributes

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
baseCommitSha?: string

The SHA of the base commit used for comparison (for example, the merge base for a PR).

eventTimestamp?: number

Unix timestamp (milliseconds) of the coverage event.

files?: {
    [key: string]: FileCoverageLines;
}

Map of file paths to per-file coverage line data.

Type declaration

headCommitSha?: string

The SHA of the head commit for which coverage was evaluated.

reportCount?: number

Number of coverage reports evaluated.

Generated using TypeDoc