mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
test: calculate coverage for src files only (#2822)
This commit is contained in:
parent
259c19ff2d
commit
064be30bcb
@ -18,6 +18,7 @@ export default defineConfig({
|
||||
dir: 'tests',
|
||||
reporters: 'basic',
|
||||
coverage: {
|
||||
include: ['src/**/'],
|
||||
reporter: ['text', 'json', 'html', 'text-summary'],
|
||||
reportsDirectory: './coverage/',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user