test(workflow): cover plugin action configuration (#711)

This commit is contained in:
InfinityPacer
2026-08-24 21:46:51 +08:00
committed by GitHub
parent 3a45d7e9de
commit cf61a42749
2 changed files with 195 additions and 0 deletions
+7
View File
@@ -364,6 +364,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
'src/components/dialog/UserAddEditDialog.vue',
'src/components/dialog/WorkflowAddEditDialog.vue',
'src/components/dialog/WorkflowActionsDialog.vue',
'src/components/workflow/InvokePluginAction.vue',
'src/components/workflow/WorkflowSidebar.vue',
'src/components/dialog/OTPAuthDialog.vue',
'src/components/dialog/PasskeyDialog.vue',
@@ -595,6 +596,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
lines: 90,
statements: 90,
},
'src/components/workflow/InvokePluginAction.vue': {
branches: 80,
functions: 90,
lines: 90,
statements: 90,
},
'src/components/workflow/WorkflowSidebar.vue': {
branches: 80,
functions: 85,