mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-05-13 05:17:59 +00:00
Merge pull request #697 from ilandikov/chore/vitest-coverage-in-WebStorm
chore: show vitest coverage in JetBrains IDEs (TypeScript)
This commit is contained in:
commit
3e0085bfd0
@ -8,7 +8,7 @@ export default defineConfig({
|
||||
include: ['test/vitest/**/*.{spec,test}.{js,ts}'],
|
||||
coverage: {
|
||||
provider: 'istanbul',
|
||||
reporter: ['text', 'html']
|
||||
reporter: ['text', 'html', 'lcov']
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user