mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
exclude some files from coverage
This commit is contained in:
@@ -16,7 +16,12 @@ export default defineConfig((configEnv) =>
|
|||||||
coverage: {
|
coverage: {
|
||||||
reporter: ["html", "json"],
|
reporter: ["html", "json"],
|
||||||
include: ["src/"],
|
include: ["src/"],
|
||||||
exclude: ["src/**/*.{d,test}.{ts,tsx}", "src/utils/test.ts"],
|
exclude: [
|
||||||
|
"src/**/*.{d,test}.{ts,tsx}",
|
||||||
|
"src/utils/test.ts",
|
||||||
|
"src/utils/test-viewmodel.ts",
|
||||||
|
"src/utils/test-fixtures.ts",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user