Skip to content

Add User Verification Route and Email Notification #114

Add User Verification Route and Email Notification

Add User Verification Route and Email Notification #114

Triggered via pull request May 5, 2024 10:42
Status Success
Total duration 1m 5s
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#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