We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0d9b2 commit 4bd1de7Copy full SHA for 4bd1de7
vitest.config.ts
@@ -10,18 +10,18 @@ export default defineConfig({
10
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
11
reportOnFailure: true,
12
thresholds: {
13
- lines: 72,
+ lines: 73,
14
branches: 84,
15
- functions: 66,
16
- statements: 72,
+ functions: 76,
+ statements: 77,
17
},
18
include: ["src/**/*.ts"],
19
exclude: [
20
...(configDefaults.coverage.exclude as string[]),
21
"**/*.types.ts",
22
"**/types.ts",
23
"src/indexer/*.ts",
24
- "lib/*",
+ "src/__generated__/*.ts",
25
],
26
27
0 commit comments