Skip to content

Commit 8d4addd

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 7caf0d0 commit 8d4addd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
include: ["**/*.test.ts", "**/*.spec.ts"],
66
coverage: {
77
provider: "v8",
8-
enabled: true,
8+
enabled: !!process.env.CI,
99
clean: true,
1010
include: ["lib/**/*.ts"],
1111
reporter: ["text", "html"],

0 commit comments

Comments
 (0)