Skip to content

initial commit addition of the chatbot #545

initial commit addition of the chatbot

initial commit addition of the chatbot #545

Re-run triggered June 2, 2024 12:41
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: push
build-lint-test-coverage
56s
build-lint-test-coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build-lint-test-coverage: src/train.ts#L3
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: src/__test__/cart.test.ts#L4
'getConnection' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/cart.test.ts#L4
'getConnection' is defined but never used
build-lint-test-coverage: src/__test__/cart.test.ts#L28
Missing return type on function
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getConnection' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getConnection' is defined but never used
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getConnectionOptions' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getConnectionOptions' is defined but never used
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getRepository' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/chatBot.test.ts#L3
'getRepository' is defined but never used
build-lint-test-coverage: src/__test__/chatBot.test.ts#L4
'User' is defined but never used. Allowed unused vars must match /^_/u