test: fix coverage reporting (#9148)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
ckohen
2023-02-19 10:59:35 -08:00
committed by GitHub
parent 5c5a5832b9
commit 7f2ef962ec
3 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ export default defineConfig({
'**/*.{interface,type,d}.ts',
// All index files that *should* only contain exports from other files
'**/index.{js,ts}',
// All exports files that make subpackages available as submodules
'**/exports/*.{js,ts}',
],
},
},