The status of the current running checks which will then be converted to the report posted on the check.

interface ProgressReport {
    completed?: string[];
    expected?: string[];
    failed?: string[];
    missing?: string[];
    needAction?: string[];
    running?: string[];
    succeeded?: string[];
}

Properties

completed?: string[]
expected?: string[]
failed?: string[]
missing?: string[]
needAction?: string[]
running?: string[]
succeeded?: string[]

Generated using TypeDoc