Skip to content

feat(08): add support clean type on command feature#11

Open
ZeRiix wants to merge 4 commits intomainfrom
feat/8
Open

feat(08): add support clean type on command feature#11
ZeRiix wants to merge 4 commits intomainfrom
feat/8

Conversation

@ZeRiix
Copy link
Copy Markdown
Collaborator

@ZeRiix ZeRiix commented Apr 24, 2026

close #8

@ZeRiix ZeRiix requested a review from mathcovax April 24, 2026 10:12
@ZeRiix ZeRiix self-assigned this Apr 24, 2026
@ZeRiix ZeRiix linked an issue Apr 24, 2026 that may be closed by this pull request
@github-actions github-actions Bot added the wip label Apr 24, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 643 / 643
🔵 Statements 100% (🎯 100%) 645 / 645
🔵 Functions 100% (🎯 100%) 290 / 290
🔵 Branches 100% (🎯 100%) 369 / 369
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
scripts/command/create.ts 100% 100% 100% 100%
scripts/command/options/array.ts 100% 100% 100% 100%
scripts/command/options/simple.ts 100% 100% 100% 100%
scripts/common/environmentVariableOrThrow.ts 100% 100% 100% 100%
scripts/common/getCurrentWorkDirectory.ts 100% 100% 100% 100%
scripts/common/setCurrentWorkingDirectory.ts 100% 100% 100% 100%
scripts/common/setCurrentWorkingDirectoryOrThrow.ts 100% 100% 100% 100%
scripts/common/environmentVariable/expandEnvironmentVariables.ts 100% 100% 100% 100%
scripts/common/environmentVariable/overrideEnvironmentVariables.ts 100% 100% 100% 100%
scripts/common/environmentVariable/parseEnvironmentFiles.ts 100% 100% 100% 100%
scripts/dataParser/extended/file.ts 100% 100% 100% 100%
scripts/dataParser/extended/coerce/file.ts 100% 100% 100% 100%
scripts/dataParser/parsers/file.ts 100% 100% 100% 100%
scripts/dataParser/parsers/coerce/file.ts 100% 100% 100% 100%
scripts/file/appendFile.ts 100% 100% 100% 100%
scripts/file/appendTextFile.ts 100% 100% 100% 100%
scripts/file/copy.ts 100% 100% 100% 100%
scripts/file/ensureDirectory.ts 100% 100% 100% 100%
scripts/file/ensureFile.ts 100% 100% 100% 100%
scripts/file/exists.ts 100% 100% 100% 100%
scripts/file/fileInterface.ts 100% 100% 100% 100%
scripts/file/folderInterface.ts 100% 100% 100% 100%
scripts/file/link.ts 100% 100% 100% 100%
scripts/file/linkStat.ts 100% 100% 100% 100%
scripts/file/makeDirectory.ts 100% 100% 100% 100%
scripts/file/makeTemporaryDirectory.ts 100% 100% 100% 100%
scripts/file/makeTemporaryFile.ts 100% 100% 100% 100%
scripts/file/move.ts 100% 100% 100% 100%
scripts/file/readDirectory.ts 100% 100% 100% 100%
scripts/file/readFile.ts 100% 100% 100% 100%
scripts/file/readJsonFile.ts 100% 100% 100% 100%
scripts/file/readLink.ts 100% 100% 100% 100%
scripts/file/readTextFile.ts 100% 100% 100% 100%
scripts/file/realPath.ts 100% 100% 100% 100%
scripts/file/relocate.ts 100% 100% 100% 100%
scripts/file/remove.ts 100% 100% 100% 100%
scripts/file/rename.ts 100% 100% 100% 100%
scripts/file/setMode.ts 100% 100% 100% 100%
scripts/file/setOwner.ts 100% 100% 100% 100%
scripts/file/setTime.ts 100% 100% 100% 100%
scripts/file/stat.ts 100% 100% 100% 100%
scripts/file/symlink.ts 100% 100% 100% 100%
scripts/file/truncate.ts 100% 100% 100% 100%
scripts/file/unknownInterface.ts 100% 100% 100% 100%
scripts/file/walkDirectory.ts 100% 100% 100% 100%
scripts/file/writeFile.ts 100% 100% 100% 100%
scripts/file/writeJsonFile.ts 100% 100% 100% 100%
scripts/file/writeTextFile.ts 100% 100% 100% 100%
Generated in workflow #11 for commit f6dabfb by the Vitest Coverage Report Action

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 support Clean types

1 participant