Github API - Test Config

CheckRunOutput [input]

Descriptive details about the check run.

Attributes
annotations CheckAnnotationData []

CheckAnnotationData [input]

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

Attributes
annotationLevel CheckAnnotationLevel

Represents an annotation's information level

The location of the annotation

message String

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

path String

The path of the file to add an annotation to.

rawDetails String

Details about this annotation.

title String

The title that represents the annotation.

API:
Github GraphQL API

The annotations that are made as part of the check run.

images CheckRunOutputImage []

CheckRunOutputImage [input]

Images attached to the check run output displayed in the GitHub pull request UI.

Attributes
alt String

The alternative text for the image.

caption String

A short image description.

imageUrl URI

The full URL of the image.

API:
Github GraphQL API

Images attached to the check run output displayed in the GitHub pull request UI.

summary 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 summary of the check run (supports Commonmark).

text 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 details of the check run (supports Commonmark).

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

A title to provide for this check run.

API:
Github GraphQL API