Skip to main content

Enumeration: KnownRecordTypes

Enum containing known record types - use one of these if you want intelligent handling of metrics.

Enumeration Members

LintError

LintError: "LintError"

Represents a single error raised by a linter.

Defined in

src/types/index.ts:12


LintWarning

LintWarning: "LintWarning"

Represents a single warning raised by a linter.

Defined in

src/types/index.ts:10


TotalLintErrors

TotalLintErrors: "TotalLintErrors"

Total number of errors in the repo that were raised by the linter for this commit

Defined in

src/types/index.ts:8


TotalLintWarnings

TotalLintWarnings: "TotalLintWarnings"

Total number of warnings in the repo that were raised by the linter for this commit

Defined in

src/types/index.ts:6


TotalTestsFailed

TotalTestsFailed: "TotalTestsFailed"

The total number of tests that failed for the repo in this commit.

Defined in

src/types/index.ts:19


TotalTestsPassed

TotalTestsPassed: "TotalTestsPassed"

The total number of tests that passed for the repo in this commit.

Defined in

src/types/index.ts:17


TotalTestsRan

TotalTestsRan: "TotalTestsRan"

The total number of tests that ran for the repo in this commit.

Defined in

src/types/index.ts:15


TotalTestsSkipped

TotalTestsSkipped: "TotalTestsSkipped"

The total number of tests that skipped for the repo in this commit.

Defined in

src/types/index.ts:21