feat: harden test and registry evidence
This commit is contained in:
+13
-1
@@ -10,7 +10,19 @@ export default defineConfig({
|
||||
testTimeout: 10_000,
|
||||
exclude: [...configDefaults.exclude, ".tmp/**"],
|
||||
coverage: {
|
||||
reporter: ["text", "json-summary"],
|
||||
provider: "v8",
|
||||
reportsDirectory: "artifacts/tests/coverage",
|
||||
reporter: ["text", "json-summary", "lcov"],
|
||||
include: [
|
||||
"src/application/policies/**/*.{js,ts}",
|
||||
"src/application/use-cases/**/*.{js,ts}",
|
||||
"src/contracts/diagnostics.ts",
|
||||
"src/adapters/http/retry-policy.js",
|
||||
"src/adapters/storage/browser-storage-adapter.js",
|
||||
"src/adapters/telemetry/best-effort-telemetry.js",
|
||||
"scripts/lib/registry-compatibility.mjs",
|
||||
],
|
||||
exclude: ["**/*.d.ts", "**/*.stories.*"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user