Skip to content

Commit

Permalink
update coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jul 15, 2024
1 parent c0180d5 commit 48c7f2c
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 301 deletions.
7 changes: 6 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { defineConfig, mergeConfig } from 'vitest/config';
import {
coverageConfigDefaults,
defineConfig,
mergeConfig,
} from 'vitest/config';

import viteConfig from './vite.config.js';

Expand All @@ -24,6 +28,7 @@ export default mergeConfig(
'src/**/*.d.ts',
'src/routes/styleguide/**/*',
'src/routes/+layout.*',
...coverageConfigDefaults.exclude,
],
all: true,
skipFull: true,
Expand Down
Loading

0 comments on commit 48c7f2c

Please sign in to comment.