Skip to content

feat(11): support error handler + checker refiner#12

Merged
mathcovax merged 4 commits into
mainfrom
feat/11
Jun 30, 2026
Merged

feat(11): support error handler + checker refiner#12
mathcovax merged 4 commits into
mainfrom
feat/11

Conversation

@mathcovax

Copy link
Copy Markdown
Contributor

close #11

@github-actions

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 1077 / 1077
🔵 Statements 100% (🎯 100%) 1077 / 1077
🔵 Functions 100% (🎯 100%) 345 / 345
🔵 Branches 100% (🎯 100%) 528 / 528
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
scripts/finder/researcher/defaults/errorHandler.ts 100% 100% 100% 100%
scripts/finder/researcher/defaults/index.ts 100% 100% 100% 100%
scripts/toDataParser/buildContext.ts 100% 100% 100% 100%
scripts/toDataParser/override.ts 100% 100% 100% 100%
scripts/toDataParser/render.ts 100% 100% 100% 100%
scripts/toDataParser/checkerTransformer/create.ts 100% 100% 100% 100%
scripts/toDataParser/checkerTransformer/transformer.ts 100% 100% 100% 100%
scripts/toDataParser/dataParserTransformer/create.ts 100% 100% 100% 100%
scripts/toDataParser/dataParserTransformer/getDefinitionDataParser.ts 100% 100% 100% 100%
scripts/toDataParser/dataParserTransformer/transformer.ts 100% 100% 100% 100%
scripts/toDataParser/dataParserTransformer/defaults/errorHandler.ts 100% 100% 100% 100%
scripts/toDataParser/dataParserTransformer/defaults/index.ts 100% 100% 100% 100%
scripts/toJsonSchema/override.ts 100% 100% 100% 100%
scripts/toJsonSchema/transformer/transformer.ts 100% 100% 100% 100%
scripts/toJsonSchema/transformer/defaults/errorHandler.ts 100% 100% 100% 100%
scripts/toJsonSchema/transformer/defaults/index.ts 100% 100% 100% 100%
scripts/toTypescript/buildContext.ts 100% 100% 100% 100%
scripts/toTypescript/override.ts 100% 100% 100% 100%
scripts/toTypescript/printer.ts 100% 100% 100% 100%
scripts/toTypescript/render.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/create.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/refiner.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/default/arrayMax.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/default/arrayMin.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/default/email.ts 100% 100% 100% 100%
scripts/toTypescript/checkerRefiner/default/index.ts 100% 100% 100% 100%
scripts/toTypescript/dataParserTransformer/transformer.ts 100% 100% 100% 100%
scripts/toTypescript/dataParserTransformer/defaults/errorHandler.ts 100% 100% 100% 100%
Generated in workflow #18 for commit a025b11 by the Vitest Coverage Report Action

@mathcovax mathcovax merged commit 8c51844 into main Jun 30, 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: support checker refiner + errorHandler

1 participant