Skip to content

Merge branch 'fix-feature-user-registration' of https://github.com/at… #105

Merge branch 'fix-feature-user-registration' of https://github.com/at…

Merge branch 'fix-feature-user-registration' of https://github.com/at… #105

Triggered via push May 5, 2024 10:16
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

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

Annotations

1 error and 10 warnings
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: src/__test__/route.test.ts#L94
'res' is assigned a value but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/route.test.ts#L94
'res' is assigned a value but never used
build-lint-test-coverage: src/__test__/route.test.ts#L105
Trailing spaces not allowed
build-lint-test-coverage: src/__test__/route.test.ts#L113
Trailing spaces not allowed
build-lint-test-coverage: src/controllers/authController.ts#L2
'User' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/controllers/authController.ts#L2
'User' is defined but never used
build-lint-test-coverage: src/controllers/authController.ts#L3
'bcrypt' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/controllers/authController.ts#L3
'bcrypt' is defined but never used
build-lint-test-coverage: src/controllers/authController.ts#L4
'getRepository' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/controllers/authController.ts#L4
'getRepository' is defined but never used