mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tests(ui): set up vitest coverage
This commit is contained in:
@ -93,6 +93,11 @@ export default defineConfig(({ mode }) => {
|
||||
enabled: true,
|
||||
ignoreSourceErrors: true,
|
||||
},
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
all: false,
|
||||
reporter: ['html'],
|
||||
},
|
||||
},
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user