Env support (PR used for Testing github workflows) #4
pr.yml
on: pull_request
code-style
2m 25s
Coverage report
10m 19s
Annotations
3 errors and 10 warnings
Coverage report
Error: The process '/usr/local/bin/yarn' failed with exit code 1
Error: The process '/usr/local/bin/yarn' failed with exit code 1
at wd._setResult (/home/runner/work/_actions/artiomtr/jest-coverage-report-action/v2/dist/index.js:21:19186)
at wd.CheckComplete (/home/runner/work/_actions/artiomtr/jest-coverage-report-action/v2/dist/index.js:21:18773)
at ChildProcess.<anonymous> (/home/runner/work/_actions/artiomtr/jest-coverage-report-action/v2/dist/index.js:21:17765)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5)
|
Coverage report
Jest coverage report action failed
|
Coverage report
Process completed with exit code 1.
|
code-style:
packages/cli/src/commands/codegen/generate.ts#L147
Unexpected any. Specify a different type
|
code-style:
packages/cli/src/commands/deployment/deploy.ts#L106
'projectInfo' is assigned a value but never used
|
code-style:
packages/cli/src/commands/init.ts#L26
'buildManifestFromLocation' is defined but never used
|
code-style:
packages/cli/src/commands/init.ts#L28
Require statement not part of import statement
|
code-style:
packages/cli/src/commands/init.ts#L195
Argument 'flags' should be typed with a non-any type
|
code-style:
packages/cli/src/commands/init.ts#L195
Unexpected any. Specify a different type
|
code-style:
packages/cli/src/controller/codegen-controller.spec.ts#L52
Do not use "@ts-ignore" because it alters compilation errors
|
code-style:
packages/cli/src/controller/codegen-controller.ts#L5
'extensionIsTs' is defined but never used
|
code-style:
packages/cli/src/controller/codegen-controller.ts#L250
Unexpected any. Specify a different type
|
code-style:
packages/cli/src/controller/deploy-controller.spec.ts#L5
'V3DeploymentIndexerType' is defined but never used
|