Data object for files coverage request.

Hierarchy

  • FilesCoverageRequestData

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 for requesting per-file code coverage data. Exactly one of commit_sha, branch, or pr_number must be provided. At most one of service, codeowner, or flag may be provided.

JSON:API type for files coverage request. The value must always be ci_app_coverage_files_request.

Generated using TypeDoc