Skip to content

Feat: Signin a user with email and password #88

Feat: Signin a user with email and password

Feat: Signin a user with email and password #88

Triggered via pull request May 3, 2024 14:37
Status Failure
Total duration 49s
Artifacts

ci.yml

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

Annotations

2 errors and 10 warnings
build-lint-test-coverage: src/helpers/TokenizeAndVerifyPass.ts#L1
Cannot find module 'jsonwebtoken' or its corresponding type declarations.
build-lint-test-coverage
Process completed with exit code 2.
build-lint-test-coverage: migrations/1714595134552-UserMigration.ts#L5
Missing space before function parentheses
build-lint-test-coverage: migrations/1714595134552-UserMigration.ts#L27
Missing space before function parentheses
build-lint-test-coverage: src/__test__/route.test.ts#L5
'Repository' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/route.test.ts#L5
'Repository' is defined but never used
build-lint-test-coverage: src/__test__/signin.test.ts#L3
'Any' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/signin.test.ts#L3
'Any' is defined but never used
build-lint-test-coverage: src/controllers/authController.ts#L8
Missing return type on function
build-lint-test-coverage: src/entities/User.ts#L10
Trailing spaces not allowed
build-lint-test-coverage: src/entities/User.ts#L17
Trailing spaces not allowed