mirror of
https://github.com/unjs/unbuild.git
synced 2025-12-08 19:25:11 +00:00
test: only include src for coverage report (#525)
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
This commit is contained in:
parent
66b9604da2
commit
96b82f09b9
@ -3,7 +3,8 @@ import { defineConfig } from "vitest/config";
|
||||
export default defineConfig({
|
||||
test: {
|
||||
coverage: {
|
||||
reporter: ["text", "clover", "json"]
|
||||
}
|
||||
}
|
||||
reporter: ["text", "clover", "json"],
|
||||
include: ["src/**/*.ts"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user