Skip to content

Commit

Permalink
Main.tsx out of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Jul 28, 2024
1 parent 749912b commit bbf2da7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ dist-ssr

# VSC - Git Lens
.history

# Coverage report
coverage
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// <reference types="vite/client" />

import { defineConfig } from 'vite'
import { configDefaults } from 'vitest/config'
import react from '@vitejs/plugin-react-swc'

// https://vitejs.dev/config/
Expand All @@ -19,5 +20,6 @@ export default defineConfig({
coverage: {
reporter: ['lcov', 'json', 'html', 'json-summary'],
},
exclude: [...configDefaults.exclude, '**/main.tsx'],
}
})

0 comments on commit bbf2da7

Please sign in to comment.