chore: add sfc playground to coverage exclude list

This commit is contained in:
Evan You 2021-03-28 02:20:11 -04:00
parent 16e8f45199
commit 94e6461808

View File

@ -20,6 +20,7 @@ module.exports = {
'packages/*/src/**/*.ts', 'packages/*/src/**/*.ts',
'!packages/runtime-test/src/utils/**', '!packages/runtime-test/src/utils/**',
'!packages/template-explorer/**', '!packages/template-explorer/**',
'!packages/sfc-playground/**',
'!packages/size-check/**', '!packages/size-check/**',
'!packages/runtime-core/src/profiling.ts', '!packages/runtime-core/src/profiling.ts',
'!packages/runtime-core/src/customFormatter.ts', '!packages/runtime-core/src/customFormatter.ts',