Skip to content

Feat: Add unit and e2e testing (#178) #119

Feat: Add unit and e2e testing (#178)

Feat: Add unit and e2e testing (#178) #119

Triggered via push August 31, 2023 03:06
Status Failure
Total duration 2m 48s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Release
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
Release
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
Release: example/components/layout.js#L6
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
Release: examples/app-pages-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
Release: examples/app-pages-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
Release: examples/app-pages-router/middleware.ts#L14
Add the missing "else" clause
Release: examples/app-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
Release: examples/app-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
Release: examples/app-router/middleware.ts#L14
Add the missing "else" clause
Release: examples/pages-router/src/pages/index.tsx#L5
'inter' is assigned a value but never used. Allowed unused vars must match /^_/u
Release: examples/shared/api/index.ts#L17
'key' is defined but never used. Allowed unused args must match /^_/u
Release: packages/open-next/src/adapters/cache.ts#L126
Refactor this function to reduce its Cognitive Complexity from 22 to the 20 allowed