Skip to content

test(api): drive admin webhook routes with a real test DB (#2225) #4036

test(api): drive admin webhook routes with a real test DB (#2225)

test(api): drive admin webhook routes with a real test DB (#2225) #4036

Triggered via push August 15, 2026 17:49
Status Success
Total duration 1m 33s
Artifacts

ci.yml

on: push
Detect changes
8s
Detect changes
Lint & Format
31s
Lint & Format
Test
1m 19s
Test
Web build (Next)
0s
Web build (Next)
Changeset present?
0s
Changeset present?
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
unicorn(no-array-sort): workers/api/src/routes/changelog.ts#L367
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L277
'eq' is already declared in the upper scope.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L263
'eq' is already declared in the upper scope.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L240
'eq' is already declared in the upper scope.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L223
'eq' is already declared in the upper scope.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L187
'eq' is already declared in the upper scope.
eslint(no-shadow): workers/api/src/routes/ai-lanes.test.ts#L172
'eq' is already declared in the upper scope.
unicorn(consistent-function-scoping): packages/core-internal/src/overview-eligibility.ts#L151
Function `cutoffForCadence` does not capture any variables from its parent scope
oxc(no-async-endpoint-handlers): workers/api/src/routes/email-actions.ts#L40
Express endpoint handler for `/email-actions/verify-email` should not be `async`.
unicorn(consistent-function-scoping): workers/api/test/auth-audit.test.ts#L192
Function `eventNames` does not capture any variables from its parent scope