-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcoverage-baselines.json
More file actions
67 lines (67 loc) · 1.92 KB
/
Copy pathcoverage-baselines.json
File metadata and controls
67 lines (67 loc) · 1.92 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_comment": "Coverage ratchet baselines — see docs/testing.md and scripts/lint/coverage-ratchet.ts. Each entry is a workspace's floor: a PR that drops any metric below the baseline (modulo epsilon) fails CI. CI on main auto-bumps these numbers upward via scripts/lint/coverage-baseline-update.ts after a green run.",
"_epsilon": 0.5,
"packages/api": {
"summaryPath": "packages/api/coverage/unit/coverage-summary.json",
"tier": "B",
"lines": 98.31,
"branches": 95.43,
"functions": 100,
"statements": 98.31,
"recordedAt": "2026-05-19"
},
"apps/expo": {
"summaryPath": "apps/expo/coverage/unit/coverage-summary.json",
"tier": "C",
"lines": 97.36,
"branches": 95,
"functions": 100,
"statements": 97.36,
"recordedAt": "2026-05-19"
},
"packages/mcp": {
"summaryPath": "packages/mcp/coverage/coverage-summary.json",
"tier": "B",
"lines": 98.87,
"branches": 98.38,
"functions": 100,
"statements": 98.87,
"recordedAt": "2026-05-19"
},
"packages/analytics": {
"summaryPath": "packages/analytics/coverage/coverage-summary.json",
"tier": "B",
"lines": 84.48,
"branches": 83.33,
"functions": 89.13,
"statements": 84.48,
"recordedAt": "2026-05-19"
},
"packages/overpass": {
"summaryPath": "packages/overpass/coverage/coverage-summary.json",
"tier": "A",
"lines": 100,
"branches": 95.65,
"functions": 100,
"statements": 100,
"recordedAt": "2026-05-19"
},
"packages/units": {
"summaryPath": "packages/units/coverage/coverage-summary.json",
"tier": "A",
"lines": 100,
"branches": 100,
"functions": 100,
"statements": 100,
"recordedAt": "2026-05-19"
},
"packages/utils": {
"summaryPath": "packages/utils/coverage/coverage-summary.json",
"tier": "A",
"lines": 100,
"branches": 100,
"functions": 100,
"statements": 100,
"recordedAt": "2026-05-31"
}
}