devhatt / octopost-backend

Backend da aplicação octopost
https://devhatt.github.io/octopost-backend/
9 stars 24 forks source link

refactor: test and add test schema,error,controller #170

Closed Frompaje closed 2 months ago

Frompaje commented 3 months ago

Closes #167

mostrando o coverage do account-controller.ts image

github-actions[bot] commented 3 months ago

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 86.06% (🎯 85%) 284 / 330
🟢 Statements 86.14% (🎯 85%) 286 / 332
🟢 Functions 85.32% (🎯 85%) 93 / 109
🔴 Branches 79.62% (🎯 85%) 43 / 54
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/features/account/controllers/account-controller.ts 100% 100% 100% 100%
src/features/account/validators/account-find-by-id-schema.ts 100% 100% 100% 100%
Generated in workflow #323