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
LintWarning
LintWarning:
"LintWarning"
Represents a single warning raised by a linter.
Defined in
TotalLintErrors
TotalLintErrors:
"TotalLintErrors"
Total number of errors in the repo that were raised by the linter for this commit
Defined in
TotalLintWarnings
TotalLintWarnings:
"TotalLintWarnings"
Total number of warnings in the repo that were raised by the linter for this commit
Defined in
TotalTestsFailed
TotalTestsFailed:
"TotalTestsFailed"
The total number of tests that failed for the repo in this commit.
Defined in
TotalTestsPassed
TotalTestsPassed:
"TotalTestsPassed"
The total number of tests that passed for the repo in this commit.
Defined in
TotalTestsRan
TotalTestsRan:
"TotalTestsRan"
The total number of tests that ran for the repo in this commit.
Defined in
TotalTestsSkipped
TotalTestsSkipped:
"TotalTestsSkipped"
The total number of tests that skipped for the repo in this commit.