Skip to content

#11 ch: Setup CI workflow for testing, coverage reporting, building and linting #24

#11 ch: Setup CI workflow for testing, coverage reporting, building and linting

#11 ch: Setup CI workflow for testing, coverage reporting, building and linting #24

Re-run triggered April 30, 2024 09:13
Status Failure
Total duration 50s
Artifacts

ci.yml

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

Annotations

1 error and 8 warnings
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: src/index.ts#L19
'res' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/middlewares/errorHandler.ts#L15
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/middlewares/errorHandler.ts#L15
Missing return type on function
build-lint-test-coverage: src/routes/index.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/routes/index.ts#L7
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/startups/dbConnection.ts#L3
Missing return type on function
build-lint-test-coverage: src/startups/dbConnection.ts#L5
'connection' is assigned a value but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/startups/dbConnection.ts#L5
'connection' is assigned a value but never used