Skip to content

Implemented end-to-end coverage reporting for dev evals #416

Implemented end-to-end coverage reporting for dev evals

Implemented end-to-end coverage reporting for dev evals #416

Triggered via pull request December 11, 2025 21:05
Status Failure
Total duration 48s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.