Skip to content

feat(27): add router function builder#30

Merged
mathcovax merged 1 commit into0.xfrom
feat/27
Mar 19, 2026
Merged

feat(27): add router function builder#30
mathcovax merged 1 commit into0.xfrom
feat/27

Conversation

@mathcovax
Copy link
Copy Markdown
Contributor

close #27

@github-actions github-actions bot added the wip label Mar 19, 2026
@github-actions
Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 1746 / 1746
🔵 Statements 100% (🎯 100%) 1798 / 1798
🔵 Functions 100% (🎯 100%) 520 / 520
🔵 Branches 100% (🎯 100%) 887 / 887
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
scripts/core/implementHttpServer.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/route/build.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/route/create.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/router/build.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/router/create.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/router/default/index.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/steps/build.ts 100% 100% 100% 100%
scripts/core/functionsBuilders/steps/create.ts 100% 100% 100% 100%
scripts/core/hub/hooks.ts 100% 100% 100% 100%
scripts/core/hub/index.ts 100% 100% 100% 100%
scripts/core/router/index.ts 100% 100% 100% 100%
scripts/interfaces/node/createHttpServer.ts 100% 100% 100% 100%
Generated in workflow #105 for commit d475f5e by the Vitest Coverage Report Action

@mathcovax mathcovax merged commit fd45f8e into 0.x Mar 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add function builder for router

2 participants