Added action #54
Annotations
3 errors and 1 warning
code-quality:
src/scripts/testing.ts#L13
Expected the Promise rejection reason to be an Error
|
code-quality
> [email protected] lint
> npx eslint . -c ./.github/linters/.eslintrc.yml
/home/runner/work/web-components-code-quality/web-components-code-quality/src/scripts/testing.ts
13:9 error Expected the Promise rejection reason to be an Error @typescript-eslint/prefer-promise-reject-errors
✖ 1 problem (1 error, 0 warnings)
|
code-quality
> [email protected] test
> npx jest
----------------|---------|----------|---------|---------|-------------------
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-145
src/scripts | 0 | 0 | 0 | 0 |
analyze.ts | 0 | 0 | 0 | 0 | 1-17
comment.ts | 0 | 0 | 0 | 0 | 1-52
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
|