-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Description
if you:
- go to
./apifolder - then run
yarn test:cov:watchinside it - then open
./api/coverage/lcov-report/index.htmlfile in your browser
you will see that some directories are marked as red, which means test coverage is below 80%. you can also see the same results in codecov.io
In this task we will make sure that all dirs are marked green ✅.
Check List
- add unit test for
./api/src/logger/service.ts, similar to config/service.spec.ts - add unit test for
./api/src/app/middlewares/error.ts. - add unit test for
./api/src/app/middlewares/logger.ts. - add unit test for
./api/src/app/middlewares/security.ts. - add unit test for
./api/src/app/middlewares/docs.ts.
after #286 is done, more tasks will be added here...
Additional Comments
Please create new PR for each task.
Also, it would be great for transparency if you comment below which task you want to take up.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog