We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aborted
1 parent c2df72d commit f05e32eCopy full SHA for f05e32e
src/status-report.ts
@@ -32,7 +32,7 @@ export type ActionName =
32
| "upload-sarif";
33
34
export type ActionStatus =
35
- | "aborted" // Only used in the init Action, if init failed and it wasn't a configuration error.
+ | "aborted" // Only used in the init Action, if init failed before initializing the tracer due to something other than a configuration error.
36
| "failure"
37
| "starting"
38
| "success"
0 commit comments