Skip to content

feat(06): add interpretError dataParser#7

Merged
mathcovax merged 4 commits intomainfrom
feat/6
Apr 15, 2026
Merged

feat(06): add interpretError dataParser#7
mathcovax merged 4 commits intomainfrom
feat/6

Conversation

@ZeRiix
Copy link
Copy Markdown
Collaborator

@ZeRiix ZeRiix commented Apr 14, 2026

close #6

@ZeRiix ZeRiix self-assigned this Apr 14, 2026
@ZeRiix ZeRiix linked an issue Apr 14, 2026 that may be closed by this pull request
@ZeRiix ZeRiix changed the title Feat/6 feat(06): add interpretError dataParser Apr 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 590 / 590
🔵 Statements 100% (🎯 100%) 592 / 592
🔵 Functions 100% (🎯 100%) 281 / 281
🔵 Branches 100% (🎯 100%) 329 / 329
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
scripts/command/create.ts 100% 100% 100% 100%
scripts/command/error.ts 100% 100% 100% 100%
scripts/command/help.ts 100% 100% 100% 100%
scripts/command/options/array.ts 100% 100% 100% 100%
scripts/command/options/base.ts 100% 100% 100% 100%
scripts/command/options/simple.ts 100% 100% 100% 100%
scripts/dataParser/parsers/file.ts 100% 100% 100% 100%
Generated in workflow #7 for commit cd5ee72 by the Vitest Coverage Report Action

Comment thread scripts/dataParser/parsers/file.ts Outdated
return DP.addIssue(
error,
"file",
fileInterface,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utilise data

Comment thread scripts/dataParser/parsers/file.ts Outdated
return DP.addIssue(
error,
"file",
fileInterface,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Comment thread scripts/dataParser/parsers/file.ts Outdated
return DP.addIssue(
error,
`file with mime type matching ${self.definition.mimeType.source}`,
fileInterface,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@mathcovax mathcovax merged commit 1a1193b into main Apr 15, 2026
8 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: add interpretError dataParser

2 participants