Skip to content

Commit d1c8600

Browse files
committed
fix: coverage report generation
1 parent 5ddff85 commit d1c8600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: vitest.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { defineConfig } from 'vitest/config';
21
import dotenv from 'dotenv';
2+
import { defineConfig } from 'vitest/config';
33

44
dotenv.config();
55

@@ -10,6 +10,7 @@ export default defineConfig({
1010
include: ['test/services/**/*.{js,ts}'],
1111
coverage: {
1212
provider: 'istanbul',
13+
reporter: ['lcov', 'html'],
1314
include: ['src/**/*.{js,ts}'],
1415
thresholds: {
1516
lines: 90,

0 commit comments

Comments
 (0)