Skip to content

Commit

Permalink
fix: proper coverage reporting (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 7, 2022
1 parent 7f8e906 commit d045e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.config.ts
Expand Up @@ -3,6 +3,8 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
coverage: {
all: true,
include: ["src"],
reporter: ["html", "lcov"],
},
},
Expand Down

0 comments on commit d045e7d

Please sign in to comment.