Data object for files coverage response.

Hierarchy

  • FilesCoverageData

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

Attributes of the per-file code coverage response.

id?: string

Unique identifier for the files coverage response.

JSON:API type for files coverage response. The value must always be ci_app_coverage_files.

Generated using TypeDoc