Skip to content

feat(25): add cors plugin#29

Merged
mathcovax merged 6 commits into0.xfrom
feat/25
Mar 19, 2026
Merged

feat(25): add cors plugin#29
mathcovax merged 6 commits into0.xfrom
feat/25

Conversation

@ZeRiix
Copy link
Copy Markdown
Collaborator

@ZeRiix ZeRiix commented Mar 18, 2026

close #25

@ZeRiix ZeRiix self-assigned this Mar 18, 2026
@ZeRiix ZeRiix requested a review from mathcovax as a code owner March 18, 2026 13:58
@ZeRiix ZeRiix linked an issue Mar 18, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 18, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 1833 / 1833
🔵 Statements 100% (🎯 100%) 1888 / 1888
🔵 Functions 100% (🎯 100%) 548 / 548
🔵 Branches 100% (🎯 100%) 932 / 932
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
scripts/core/functionsBuilders/router/create.ts 100% 100% 100% 100%
scripts/plugins/cacheController/hooks.ts 100% 100% 100% 100%
scripts/plugins/cors/metadata.ts 100% 100% 100% 100%
scripts/plugins/cors/plugin.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/allowHeaders.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/allowMethods.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/allowOrigin.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/credentials.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/exposeHeaders.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/maxAge.ts 100% 100% 100% 100%
scripts/plugins/cors/headerFunctions/vary.ts 100% 100% 100% 100%
scripts/plugins/static/makeRouteFolder.ts 100% 100% 100% 100%
scripts/plugins/static/plugin.ts 100% 100% 100% 100%
Generated in workflow #106 for commit c6ff2ab by the Vitest Coverage Report Action

@mathcovax mathcovax merged commit bdd723e 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: cors plugin

2 participants