Panoptic segmentation #6832
pr.yml
on: pull_request
modified-files
27s
teams
0s
Matrix: test / test-python
build
/
changes
31s
build
/
build
2m 48s
e2e
/
test-e2e
4m 31s
lint
/
eslint
2m 37s
test
/
test-app
2m 36s
all-tests
0s
Annotations
8 errors and 19 warnings
packages/looker/src/worker/decoders/index.test.ts:
app/packages/looker/src/worker/decoders/index.ts#L26
Error: [vitest] No "default" export is defined on the "./canvas" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock("./canvas", async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ packages/looker/src/worker/decoders/index.ts:26:9
❯ packages/looker/src/worker/decoders/index.test.ts:13:25
|
test / test-app
Process completed with exit code 1.
|
build / build
Process completed with exit code 2.
|
e2e / test-e2e
Process completed with exit code 2.
|
test / test-python (ubuntu-latest-m, 3.9)
Process completed with exit code 1.
|
test / test-python (ubuntu-latest-m, 3.10)
Process completed with exit code 1.
|
test / test-python (ubuntu-latest-m, 3.11)
Process completed with exit code 1.
|
all-tests
Process completed with exit code 1.
|
modified-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build / changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test-app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L43
React Hook useEffect has missing dependencies: 'panelId', 'panelName', 'props.onUnLoad', 'setPanelCloseEffect', 'trackEvent', and 'triggerPanelEvent'. Either include them or remove the dependency array
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L108
React Hook useEffect has a missing dependency: 'dimensions'. Either include it or remove the dependency array
|
lint / eslint:
app/packages/operators/src/built-in-operators.ts#L820
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'path' is never reassigned. Use 'const' instead
|
lint / eslint
'value' is never reassigned. Use 'const' instead
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
e2e / test-e2e
No files were found with the provided path: e2e-pw/playwright-report/. No artifacts will be uploaded.
|
test / test-python (ubuntu-latest-m, 3.9)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-python (ubuntu-latest-m, 3.10)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test / test-python (ubuntu-latest-m, 3.11)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
all-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|