Skip to content

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

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

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

Triggered via pull request April 27, 2024 18:18
@aimedivinaimedivin
synchronize #30
ch-ci-setup
Status Failure
Total duration 46s
Artifacts

ci.yml

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

Annotations

3 errors and 10 warnings
build-lint-test-coverage: src/__test__/route.test.ts#L5
Return a Promise instead of relying on callback parameter
build-lint-test-coverage: src/__test__/route.test.ts#L9
Return a Promise instead of relying on callback parameter
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: src/__test__/route.test.ts#L9
Test has no assertions
build-lint-test-coverage: src/controllers/index.ts#L2
Missing return type on function
build-lint-test-coverage: src/controllers/index.ts#L3
'console' is not defined
build-lint-test-coverage: src/index.ts#L12
'process' is not defined
build-lint-test-coverage: src/index.ts#L17
'req' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/index.ts#L21
'res' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/index.ts#L37
'console' is not defined
build-lint-test-coverage: src/middlewares/errorHandler.ts#L4
Missing accessibility modifier on class property statusCode
build-lint-test-coverage: src/middlewares/errorHandler.ts#L5
Missing accessibility modifier on class property status
build-lint-test-coverage: src/middlewares/errorHandler.ts#L7
Missing accessibility modifier on method definition constructor