Implemented end-to-end coverage reporting for dev evals #416
check.yml
on: pull_request
Build
31s
Build internal Storybook
17s
Test
44s
Type check
30s
Publint
21s
Lint
27s
Check formatting
21s
Annotations
2 errors and 7 warnings
|
Check formatting
Process completed with exit code 1.
|
|
Check formatting
//#format:check: command (/home/runner/work/mcp/mcp/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format:check exited (1)
|
|
typescript-eslint(restrict-template-expressions):
packages/mcp/src/utils/dedent.ts#L61
Invalid type "unknown" of template literal expression.
|
|
typescript-eslint(no-misused-spread):
packages/addon-mcp/src/telemetry.test.ts#L93
Using the spread operator on class instances will lose their class prototype.
|
|
typescript-eslint(restrict-template-expressions):
packages/addon-mcp/src/telemetry.ts#L24
Invalid type "unknown" of template literal expression.
|
|
typescript-eslint(restrict-template-expressions):
eval/eval.ts#L102
Invalid type "unknown" of template literal expression.
|
|
typescript-eslint(await-thenable):
eval/clean-experiments.ts#L5
Unexpected `await` of a non-Promise (non-"Thenable") value.
|
|
typescript-eslint(unbound-method):
eval/lib/evaluations/typecheck.ts#L33
void`, or consider using an arrow function instead.
|
|
eslint(no-unused-vars):
apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts#L72
Catch parameter 'error' is caught but never used.
|