mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
Reduce scope of coverage reports
This commit is contained in:
@ -69,5 +69,12 @@ export default defineConfig({
|
||||
statements: 60,
|
||||
},
|
||||
},
|
||||
exclude: [
|
||||
"excalidraw-app/components/DebugCanvas.tsx",
|
||||
"packages/utils/src/visualdebug.ts",
|
||||
"node_modules",
|
||||
"examples",
|
||||
"scripts",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user