overall
The single status that sums up several: the worst one wins.
A failure beats everything, then a cancellation, then anything still pending; when everything
that ran succeeded the result is success, skipped jobs not counting against it. A list where
every job was skipped, and an empty list, sum up to Status::Skipped (nothing ran).
Import
Section titled “Import”Cargo feature ci (enabled by default). To compile only this module:
or in Cargo.toml:
Signature
Section titled “Signature”Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
statuses | &[Status] | The statuses of the jobs. |
Returns
Section titled “Returns”Status — The overall status.
