Github API - Test Config

Blame [object]

Represents a Git blame.

Attributes
ranges BlameRange []

BlameRange [object]

Represents a range of information from a Git blame.

Attributes
age Int

Identifies the recency of the change, from 1 (new) to 10 (old). This is
calculated as a 2-quantile and determines the length of distance between the
median age of all the changes in the file and the recency of the current
range's change.

commit Commit

Identifies the line author

endingLine Int

The ending line for the range

startingLine Int

The starting line for the range

API:
Github GraphQL API

The list of ranges from a Git blame.

API:
Github GraphQL API