Skip to content

Commit

Permalink
fix : include option for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MasatoMakino committed Dec 14, 2023
1 parent 2262792 commit 2ef84dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export default defineConfig({
environment: "node",
coverage: {
provider: "istanbul",
reporter: ["lcov"],
reporter: ["text", "lcov"],
include: ["src/**/*.ts"],
},
},
});

0 comments on commit 2ef84dd

Please sign in to comment.