-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.c8rc.json
More file actions
38 lines (38 loc) · 725 Bytes
/
.c8rc.json
File metadata and controls
38 lines (38 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"all": true,
"include": [
"src/**/*.ts"
],
"exclude": [
"generated/**",
"scripts/**",
"test/**",
"**/*.test.ts",
"**/*.test.mjs",
"**/*.spec.ts",
"dist/**",
"node_modules/**",
"src/index.ts",
"src/context.ts",
"src/mcp-server.ts",
"src/viceRunner.ts",
"src/bootstrap/**",
"src/rag/externalFetcher.ts",
"src/rag/discover.ts",
"src/rag/init.ts",
"src/rag/loggingRetriever.ts",
"src/rag/types.ts",
"src/tools/meta/background.ts",
"src/tools/meta/configInventory.ts",
"src/types/**"
],
"reporter": [
"text",
"lcov"
],
"check-coverage": true,
"lines": 90,
"functions": 90,
"branches": 90,
"statements": 90
}