mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-05-13 13:27:58 +00:00
chore: show vitest coverage in JetBrains IDEs
This commit is contained in:
parent
e9eb09ed9b
commit
92d2981c64
@ -8,7 +8,7 @@ export default defineConfig({
|
|||||||
include: ['test/vitest/**/*.{spec,test}.{js,ts}'],
|
include: ['test/vitest/**/*.{spec,test}.{js,ts}'],
|
||||||
coverage: {
|
coverage: {
|
||||||
provider: 'istanbul',
|
provider: 'istanbul',
|
||||||
reporter: ['text', 'html']
|
reporter: ['text', 'html', 'lcov']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user