feat: expand API coverage with new tools, params, and 90% test threshold

This commit is contained in:
Deivid Soto 2026-02-12 15:45:08 +01:00
parent 8bb8e5507e
commit fa913d1561
21 changed files with 1573 additions and 88 deletions

View file

@ -8,10 +8,10 @@ export default defineConfig({
include: ["src/**/*.ts"],
exclude: ["src/index.ts"],
thresholds: {
lines: 80,
functions: 80,
branches: 80,
statements: 80,
lines: 90,
functions: 90,
branches: 90,
statements: 90,
},
},
},