Skip to content

Add User Verification Route and Email Notification #126

Add User Verification Route and Email Notification

Add User Verification Route and Email Notification #126

Triggered via pull request May 5, 2024 16:54
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
build-lint-test-coverage
57s
build-lint-test-coverage
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-lint-test-coverage: src/__test__/route.test.ts#L93
'res' is assigned a value but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/route.test.ts#L93
'res' is assigned a value but never used
build-lint-test-coverage: src/__test__/route.test.ts#L104
Trailing spaces not allowed
build-lint-test-coverage: src/__test__/route.test.ts#L112
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