Github API - Test Config

CheckAnnotationData [input]

Information from a check run analysis to specific lines of code.

Attributes
annotationLevel CheckAnnotationLevel

CheckAnnotationLevel [enum]

Represents an annotation's information level.

Possible values
FAILURE

An annotation indicating an inescapable error.

NOTICE

An annotation indicating some information.

WARNING

An annotation indicating an ignorable error.

API:
Github GraphQL API

Represents an annotation's information level

location CheckAnnotationRange

CheckAnnotationRange [input]

Information from a check run analysis to specific lines of code.

Attributes
endColumn Int

The ending column of the range.

endLine Int

The ending line of the range.

startColumn Int

The starting column of the range.

startLine Int

The starting line of the range.

API:
Github GraphQL API

The location of the annotation

message String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A short description of the feedback for these lines of code.

path String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The path of the file to add an annotation to.

rawDetails String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Details about this annotation.

title String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The title that represents the annotation.

API:
Github GraphQL API