Skip to content

feat(ci): style top-level logs #3277

feat(ci): style top-level logs

feat(ci): style top-level logs #3277

Triggered via pull request December 2, 2025 09:47
Status Failure
Total duration 8m 20s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Monorepo mode
Process completed with exit code 1.
Monorepo mode
Process failed with exit code 130
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L27
TS2304: Cannot find name 'expect'.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L25
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L15
TS2304: Cannot find name 'expect'.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L13
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L8
TS2304: Cannot find name 'expect'.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L6
TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
<✓> TypeScript | Semantic errors: packages/ci/src/lib/log.unit.test.ts#L5
TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
<✓> ESLint | Enforce a maximum number of lines of code in a function: packages/ci/src/lib/cli/exec.ts#L11
Async function 'executeCliCommand' has too many lines (53). Maximum allowed is 50.