mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Reduce scope of coverage reports
This commit is contained in:
parent
c06b78c1b2
commit
d5e33730ab
1 changed files with 7 additions and 0 deletions
|
@ -69,5 +69,12 @@ export default defineConfig({
|
||||||
statements: 60,
|
statements: 60,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
exclude: [
|
||||||
|
"excalidraw-app/components/DebugCanvas.tsx",
|
||||||
|
"packages/utils/src/visualdebug.ts",
|
||||||
|
"node_modules",
|
||||||
|
"examples",
|
||||||
|
"scripts",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue