mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Fix missing lcov test reporter
This commit is contained in:
parent
2f5d3759b4
commit
06585dc8a4
@ -8,7 +8,8 @@ export default defineConfig({
|
||||
environment: 'node',
|
||||
coverage: {
|
||||
include: ['src'],
|
||||
exclude: ['**/__helpers__/**', '**/generated-client/**']
|
||||
exclude: ['**/__helpers__/**', '**/generated-client/**'],
|
||||
reporter: [ 'text', 'html', 'lcov', 'json' ]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user