refactor: use sharded WAL #3961
code-pushup.yml
on: pull_request
Standalone mode
9m 13s
Monorepo mode
14m 0s
Annotations
4 errors and 5 warnings
|
<✓> TypeScript | Semantic errors:
packages/utils/mocks/multiprocess-profiling/utils.ts#L32
TS2322: Type '{ enabled?: boolean; debug?: boolean; dataType?: "track-entry"; tooltipText?: string; properties?: DevToolsProperties; color?: "primary" | "primary-dark" | ... 7 more ... | undefined; ... 10 more ...; format: ProfilerFormat<...>; }' is not assignable to type 'NodejsProfilerOptions<TraceEvent, Record<string, ActionTrackEntryPayload>>'.
Type '{ enabled?: boolean; debug?: boolean; dataType?: "track-entry"; tooltipText?: string; properties?: DevToolsProperties; color?: "primary" | "primary-dark" | ... 7 more ... | undefined; ... 10 more ...; format: ProfilerFormat<...>; }' is not assignable to type 'ProfilerBufferOptions<TraceEvent>'.
Types of property 'debug' are incompatible.
Type 'boolean | undefined' is not assignable to type 'boolean'.
Type 'undefined' is not assignable to type 'boolean'.
|
|
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
|
|
<✓> ESLint | Prefer using the `String.raw` tag to avoid escaping `\`.:
packages/utils/src/lib/wal-sharded.unit.test.ts#L140
`String.raw` should be used to avoid escaping `\`.
|
|
<✓> ESLint | Prefer using the `String.raw` tag to avoid escaping `\`.:
packages/utils/src/lib/wal-sharded.unit.test.ts#L89
`String.raw` should be used to avoid escaping `\`.
|
|
<✓> ESLint | Prefer using the `String.raw` tag to avoid escaping `\`.:
packages/utils/src/lib/wal-sharded.unit.test.ts#L88
`String.raw` should be used to avoid escaping `\`.
|
|
<✓> ESLint | Prefer using the `String.raw` tag to avoid escaping `\`.:
packages/utils/src/lib/wal-sharded.unit.test.ts#L83
`String.raw` should be used to avoid escaping `\`.
|
|
<✓> ESLint | Prefer using the `String.raw` tag to avoid escaping `\`.:
packages/utils/src/lib/wal-sharded.ts#L46
`String.raw` should be used to avoid escaping `\`.
|