Skip to content

Commit

Permalink
chore: ignore src/not-a-log for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 15, 2024
1 parent 2c525b1 commit 340da3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
clearMocks: true,
coverage: {
all: true,
exclude: ["lib", "not-a-log"],
exclude: ["lib", "src/not-a-log"],
include: ["src"],
reporter: ["html", "lcov"],
},
Expand Down

0 comments on commit 340da3a

Please sign in to comment.