Skip to content

Add reqs for connected families & children code #3963

Add reqs for connected families & children code

Add reqs for connected families & children code #3963

Triggered via push September 27, 2024 07:07
Status Failure
Total duration 1m 9s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
typescript: src/components/admin/dashboard-statistics/ClassroomStats.tsx#L54
Type 'string[]' is not assignable to type '{ name: string; id: number; }[]'.
typescript: src/components/admin/dashboard-statistics/ClassroomStats.tsx#L54
Type '(village: string) => void' is not assignable to type '(vm: { name: string; id: number; }) => void'.
typescript: src/components/admin/dashboard-statistics/VillageStats.tsx#L56
Type 'number | undefined' is not assignable to type 'number'.
typescript: src/components/admin/dashboard-statistics/VillageStats.tsx#L57
Type 'number | undefined' is not assignable to type 'number'.
typescript: src/components/admin/dashboard-statistics/VillageStats.tsx#L58
Type 'number | undefined' is not assignable to type 'number'.
typescript
Process completed with exit code 2.
lint: src/components/admin/dashboard-statistics/VillageStats.tsx#L36
Unexpected console statement
lint: src/components/admin/dashboard-statistics/VillageStats.tsx#L37
Unexpected console statement
lint: src/components/admin/dashboard-statistics/VillageStats.tsx#L38
Unexpected console statement
lint
Process completed with exit code 1.
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: server/stats/classroomStats.ts#L59
'phase' is defined but never used