-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
106 lines (106 loc) · 2.91 KB
/
Copy pathdocs.json
File metadata and controls
106 lines (106 loc) · 2.91 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"$schema": "https://docs.page/schema.json",
"name": "react-native-coverage",
"description": "Native code coverage for React Native - iOS and Android - without touching the native stuff. TurboModule flush, LCOV/Jacoco reports, assert in CI.",
"favicon": "/assets/brand/invertase-honeycomb.png",
"logo": {
"light": "/assets/brand/invertase-honeycomb.png",
"dark": "/assets/brand/invertase-honeycomb.png"
},
"theme": {
"primary": "#C97A2B",
"primaryDark": "#F5B454"
},
"social": {
"x": "@invertaseio",
"github": "invertase/react-native-coverage",
"website": "https://invertase.io"
},
"content": {
"zoomImages": true
},
"header": {
"showName": true,
"showThemeToggle": true,
"showGitHubCard": true,
"links": [
{
"title": "Codecov",
"href": "https://app.codecov.io/gh/invertase/react-native-coverage"
},
{
"title": "Get started",
"href": "/app-developers",
"cta": true
}
]
},
"agent": {
"questions": [
"How do I add native coverage to an Expo test app?",
"How is this different from Codecov's JavaScript coverage?",
"Why does rn-coverage assert exit 2, and how do I wire it into CI?",
"How do library maintainers get iOS native coverage from their test app?"
]
},
"sidebar": [
{
"group": "Getting Started",
"pages": [
{ "title": "Introduction", "href": "/", "icon": "house" },
{ "title": "Why native coverage", "href": "/why", "icon": "lightbulb" },
{ "title": "Pattern C", "href": "/pattern-c", "icon": "shield-halved" }
]
},
{
"group": "Guides",
"pages": [
{
"title": "App developers (Expo & RN CLI)",
"href": "/app-developers",
"icon": "mobile-screen"
},
{
"title": "Library maintainers",
"href": "/library-maintainers",
"icon": "cubes"
},
{ "title": "Agents", "href": "/agents", "icon": "robot" }
]
},
{
"group": "Integration",
"pages": [
{
"title": "Android",
"href": "/integration/android",
"icon": "android"
},
{ "title": "iOS", "href": "/integration/ios", "icon": "apple" },
{
"title": "JavaScript / TypeScript",
"href": "/integration/js",
"icon": "js"
},
{
"title": "E2E timing",
"href": "/integration/e2e-timing",
"icon": "clock"
},
{
"title": "CI (Appium)",
"href": "/integration/ci-appium",
"icon": "gears"
}
]
},
{
"group": "Reference",
"pages": [
{ "title": "CLI", "href": "/cli", "icon": "terminal" },
{ "title": "Config", "href": "/config", "icon": "sliders" },
{ "title": "Releasing", "href": "/releasing", "icon": "rocket" }
]
}
]
}