Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

279 first task add get all notes by parentnote endpoint #281

Closed

Conversation

Tushar504
Copy link

@Tushar504 Tushar504 linked an issue Nov 5, 2024 that may be closed by this pull request
@Tushar504 Tushar504 requested a review from e11sy November 5, 2024 09:13
Copy link

github-actions bot commented Nov 5, 2024

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 86.16% (🎯 80%)
⬆️ +0.23%
8753 / 10159
🟢 Statements 86.16% (🎯 80%)
⬆️ +0.23%
8753 / 10159
🔴 Functions 79.47% (🎯 80%)
⬆️ +0.25%
271 / 341
🟢 Branches 85.35% (🎯 80%)
⬇️ -0.05%
437 / 512
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/domain/service/note.ts 96.16%
⬆️ +0.11%
85%
⬆️ +0.26%
100%
🟰 ±0%
96.16%
⬆️ +0.11%
99-100, 126-127, 138-139, 167-168, 189-190, 290-291, 379-380, 396-397, 438-439
src/presentation/http/http-api.ts 96.05%
⬆️ +0.01%
90.32%
🟰 ±0%
93.75%
🟰 ±0%
96.05%
⬆️ +0.01%
101-109, 120-121, 323-324, 347-348
src/presentation/http/middlewares/note/useNoteResolver.ts 97.5%
⬆️ +0.14%
90%
⬆️ +4.29%
100%
🟰 ±0%
97.5%
⬆️ +0.14%
67-68
src/presentation/http/router/noteList.ts 100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
src/repository/index.ts 100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
src/repository/note.repository.ts 100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
100%
🟰 ±0%
src/repository/storage/postgres/orm/sequelize/note.ts 97.09%
⬇️ -0.61%
76.92%
⬇️ -3.08%
100%
🟰 ±0%
97.09%
⬇️ -0.61%
202-203, 246-247, 250-251, 306-307, 369-370, 373-374
Generated in workflow #860 for commit 617ebc8 by the Vitest Coverage Report Action

@Tushar504 Tushar504 closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(First task): add GET all notes by parentNote endpoint
1 participant