[tests] added additional coverage excludes
This commit is contained in:
parent
32352a4a1e
commit
3ff1f56041
|
@ -59,7 +59,7 @@
|
||||||
"functions": 95,
|
"functions": 95,
|
||||||
"branches": 95,
|
"branches": 95,
|
||||||
"include": ["**/dist/**"],
|
"include": ["**/dist/**"],
|
||||||
"exclude": ["node_modules", "**/dist/utils/emitter**"],
|
"exclude": ["node_modules", "**/dist/utils/emitter**", "**/dist/modules/admob**", "**/dist/modules/auth/phone**"],
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"instrument": true,
|
"instrument": true,
|
||||||
"cwd": "..",
|
"cwd": "..",
|
||||||
|
|
Loading…
Reference in New Issue