#11 ch: Setup CI workflow for testing, coverage reporting, building and linting #26
ci.yml
on: pull_request
build-lint-test-coverage
39s
Annotations
1 error and 9 warnings
build-lint-test-coverage
Process completed with exit code 1.
|
build-lint-test-coverage:
ormconfig.js#L24
Missing semicolon
|
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
|