Skip to content

Commit

Permalink
improve coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 7, 2024
1 parent 12d29fd commit 441bf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ export default defineConfig(({command, mode}) => {
all: true,
exclude: [
'.xo-config.cjs',
'pwa-assets.config.ts',
'uno.config.ts',
'functions/**',
'tests',
'**/*.Test.tsx',
'src/test/**',
'**/*.e2e.ts',
'*.ts',
],
reporter: ['text', 'text-summary', 'lcov'],
},
Expand Down

0 comments on commit 441bf1a

Please sign in to comment.