Skip to content

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

Implemented end-to-end coverage reporting for dev evals

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

Triggered via pull request December 11, 2025 20:54
Status Failure
Total duration 49s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
Type check
Process completed with exit code 2.
Type check
@storybook/mcp-eval-root#typecheck: command (/home/runner/work/mcp/mcp/eval) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
Type check
Cannot find module '@vitest/browser-playwright' or its corresponding type declarations.
Type check
Cannot find module '@storybook/addon-vitest/vitest-plugin' or its corresponding type declarations.
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.
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.
eslint(no-unused-vars): apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts#L72
Catch parameter 'error' is caught but never used.