Skip to content

Commit

Permalink
chore: ignore 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 374d1f3 commit bb4956d
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"],
exclude: ["lib", "not-a-log"],
include: ["src"],
reporter: ["html", "lcov"],
},
Expand Down

0 comments on commit bb4956d

Please sign in to comment.