fixed __coverage__ folder location

This commit is contained in:
TheSparta 2023-11-04 18:37:16 +00:00
parent 8f21ee2ef3
commit 71b5ce7512

View File

@ -14,11 +14,11 @@ export default defineConfig({
coverage: { coverage: {
provider: "v8", provider: "v8",
reporter: ["text", "html"], reporter: ["text", "html"],
reportsDirectory: "./__coverage__", reportsDirectory: "./tests/__coverage__",
reportOnFailure: true, reportOnFailure: true,
all: true, all: true,
include: ["src"], include: ["src"],
exclude: ["src/models/**", "tests/**", "src/__coverage__"] exclude: ["src/models/**", "tests/**"]
}, },
typecheck: { typecheck: {
enabled: true enabled: true