GameboardCoveragePackageCheckInput
Defined in: src/interop/coverage.ts:214
Input used to override package gate command status.
Extends
Section titled “Extends”Partial<Omit<GameboardCoveragePackageCheck,"id"|"status">>
Properties
Section titled “Properties”command?
Section titled “command?”
optionalcommand?:string
Defined in: src/interop/coverage.ts:206
Command or CI check name.
Inherited from
Section titled “Inherited from”GameboardCoveragePackageCheck.command
id:
string
Defined in: src/interop/coverage.ts:217
Stable check id to override.
label?
Section titled “label?”
optionallabel?:string
Defined in: src/interop/coverage.ts:204
Human-readable check label.
Inherited from
Section titled “Inherited from”GameboardCoveragePackageCheck.label
status?
Section titled “status?”
optionalstatus?:GameboardCoverageCheckStatus
Defined in: src/interop/coverage.ts:219
Verification status for this report.
summary?
Section titled “summary?”
optionalsummary?:string
Defined in: src/interop/coverage.ts:210
Optional captured output summary.