Merge coverages

This commit is contained in:
Sidharth Vinod
2023-06-17 01:24:15 +05:30
parent 7434031003
commit 8a0a874d1c
4 changed files with 106 additions and 119 deletions

View File

@@ -17,6 +17,7 @@ export default defineConfig({
// TODO: should we move this to a mermaid-core package?
setupFiles: ['packages/mermaid/src/tests/setup.ts'],
coverage: {
provider: 'istanbul',
reporter: ['text', 'json', 'html', 'lcov'],
reportsDirectory: './coverage/vitest',
},