feat: expand API coverage with new tools, params, and 90% test threshold
This commit is contained in:
parent
8bb8e5507e
commit
fa913d1561
21 changed files with 1573 additions and 88 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue