Github API - Test Config

StatusContextStateCount [object]

Represents a count of the state of a status context.

Attributes
count Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The number of statuses with this state.

state StatusState

StatusState [enum]

The possible commit status states.

Possible values
ERROR

Status is errored.

EXPECTED

Status is expected.

FAILURE

Status is failing.

PENDING

Status is pending.

SUCCESS

Status is successful.

API:
Github GraphQL API

The state of a status context.

API:
Github GraphQL API