Skip to content

Commit

Permalink
Merge branch 'main' into meteorlxy-markdown-to-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 12, 2024
2 parents e8e0f51 + e2db42a commit 5989c91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ export default defineConfig({
test: {
coverage: {
all: true,
include: ['packages/*/src/**/*.ts'],
exclude: [
'packages/bundler-*/**',
'packages/client/**',
'packages/vuepress/**',
],
include: ['packages/*/src/**'],
provider: 'istanbul',
reporter: ['clover', 'json', 'lcov', 'text'],
},
Expand Down

0 comments on commit 5989c91

Please sign in to comment.