Skip to content

[release] 20241016

[release] 20241016 #43

Triggered via pull request October 16, 2024 07:06
Status Failure
Total duration 1m 21s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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:519:28) at maybeClose (node:internal/child_process:1105:16) at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Coverage report
Jest coverage report action failed
Coverage report
Process completed with exit code 1.
code-style: src/config/graphile.config.ts#L27
Missing return type on function
code-style: src/index.ts#L9
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
code-style: src/plugins/GetMetadataPlugin.ts#L30
Missing return type on function
code-style: src/plugins/GetMetadataPlugin.ts#L59
'data' is defined but never used
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L4
'URL' is defined but never used
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L60
Require statement not part of import statement
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L79
Missing return type on function
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L79
'args' is defined but never used
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L99
'args' is defined but never used
code-style: src/plugins/GetSubqueryMetadataPlugin.ts#L100
'totalCountInput' is assigned a value but never used