Added action #62
Annotations
9 errors and 1 warning
code-quality:
src/scripts/analyze.ts#L12
'response' is never reassigned. Use 'const' instead
|
code-quality:
src/scripts/analyze.ts#L23
Invalid type "unknown" of template literal expression
|
code-quality:
src/scripts/analyze.ts#L31
'_' is assigned a value but never used
|
code-quality:
src/scripts/analyze.ts#L56
'response' is never reassigned. Use 'const' instead
|
code-quality:
src/scripts/analyze.ts#L67
Invalid type "unknown" of template literal expression
|
code-quality:
src/scripts/analyze.ts#L79
'_' is assigned a value but never used
|
code-quality:
src/scripts/testing.ts#L13
Expected the Promise rejection reason to be an Error
|
code-quality
Failed ESLint: Error: The process '/opt/hostedtoolcache/node/21.6.2/x64/bin/npm' failed with exit code 1
|
code-quality
> [email protected] test
> npx jest --coverage
----------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------------|---------|----------|---------|---------|-------------------
All files | 0 | 0 | 0 | 0 |
src | 0 | 0 | 0 | 0 |
index.ts | 0 | 100 | 100 | 0 | 4-7
main.ts | 0 | 0 | 0 | 0 | 1-160
src/scripts | 0 | 0 | 0 | 0 |
analyze.ts | 0 | 0 | 0 | 0 | 1-112
comment.ts | 0 | 0 | 0 | 0 | 1-56
formatting.ts | 0 | 0 | 0 | 0 | 1-13
setup.ts | 0 | 0 | 0 | 0 | 1-15
testing.ts | 0 | 0 | 0 | 0 | 1-55
----------------|---------|----------|---------|---------|-------------------
|
code-quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|