@mx-space/api-client 0.7.4 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adaptors/axios.ts +2 -0
- package/adaptors/umi-request.ts +2 -1
- package/build/index.cjs.js +26 -16
- package/build/index.cjs.js.map +1 -1
- package/build/index.cjs.min.js +1 -1
- package/build/index.cjs.min.js.map +1 -1
- package/build/index.esm.js +26 -16
- package/build/index.esm.js.map +1 -1
- package/build/index.esm.min.js +1 -1
- package/build/index.esm.min.js.map +1 -1
- package/build/index.umd.js +26 -16
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +1 -1
- package/build/index.umd.min.js.map +1 -1
- package/controllers/aggregate.ts +1 -0
- package/controllers/base.ts +1 -0
- package/controllers/category.ts +2 -1
- package/controllers/comment.ts +1 -0
- package/controllers/link.ts +19 -0
- package/controllers/note.ts +1 -0
- package/controllers/page.ts +1 -0
- package/controllers/post.ts +1 -0
- package/controllers/project.ts +1 -0
- package/controllers/recently.ts +1 -0
- package/controllers/say.ts +1 -0
- package/controllers/search.ts +1 -0
- package/controllers/severless.ts +1 -0
- package/controllers/snippet.ts +1 -0
- package/controllers/user.ts +2 -1
- package/core/attach-request.ts +4 -4
- package/core/client.ts +7 -11
- package/coverage/clover.xml +144 -136
- package/coverage/coverage-final.json +5943 -30
- package/coverage/lcov-report/adaptors/axios.ts.html +71 -69
- package/coverage/lcov-report/adaptors/index.html +180 -115
- package/coverage/lcov-report/adaptors/umi-request.ts.html +72 -70
- package/coverage/lcov-report/auto-bind.ts.html +67 -68
- package/coverage/lcov-report/base.css +253 -123
- package/coverage/lcov-report/block-navigation.js +68 -70
- package/coverage/lcov-report/controllers/aggregate.ts.html +74 -72
- package/coverage/lcov-report/controllers/base.ts.html +75 -73
- package/coverage/lcov-report/controllers/category.ts.html +86 -84
- package/coverage/lcov-report/controllers/comment.ts.html +75 -73
- package/coverage/lcov-report/controllers/index.html +446 -311
- package/coverage/lcov-report/controllers/index.ts.html +71 -69
- package/coverage/lcov-report/controllers/link.ts.html +121 -74
- package/coverage/lcov-report/controllers/note.ts.html +74 -72
- package/coverage/lcov-report/controllers/page.ts.html +74 -72
- package/coverage/lcov-report/controllers/post.ts.html +74 -72
- package/coverage/lcov-report/controllers/project.ts.html +75 -73
- package/coverage/lcov-report/controllers/recently.ts.html +74 -72
- package/coverage/lcov-report/controllers/say.ts.html +75 -73
- package/coverage/lcov-report/controllers/search.ts.html +75 -73
- package/coverage/lcov-report/controllers/severless.ts.html +74 -72
- package/coverage/lcov-report/controllers/snippet.ts.html +74 -72
- package/coverage/lcov-report/controllers/user.ts.html +75 -73
- package/coverage/lcov-report/core/attach-request.ts.html +84 -82
- package/coverage/lcov-report/core/client.ts.html +110 -126
- package/coverage/lcov-report/core/error.ts.html +71 -69
- package/coverage/lcov-report/core/index.html +218 -143
- package/coverage/lcov-report/core/index.ts.html +71 -69
- package/coverage/lcov-report/index.html +256 -171
- package/coverage/lcov-report/index.ts.html +67 -68
- package/coverage/lcov-report/models/aggregate.ts.html +71 -69
- package/coverage/lcov-report/models/category.ts.html +71 -69
- package/coverage/lcov-report/models/index.html +180 -115
- package/coverage/lcov-report/prettify.css +101 -1
- package/coverage/lcov-report/prettify.js +1003 -1
- package/coverage/lcov-report/sorter.js +169 -174
- package/coverage/lcov-report/utils/auto-bind.ts.html +80 -78
- package/coverage/lcov-report/utils/index.html +199 -114
- package/coverage/lcov-report/utils/index.ts.html +73 -71
- package/coverage/lcov-report/utils/path.ts.html +105 -0
- package/coverage/lcov.info +260 -242
- package/esm/adaptors/axios.js.map +1 -1
- package/esm/adaptors/umi-request.js.map +1 -1
- package/esm/controllers/aggregate.js.map +1 -1
- package/esm/controllers/base.js.map +1 -1
- package/esm/controllers/category.js +1 -1
- package/esm/controllers/category.js.map +1 -1
- package/esm/controllers/comment.js.map +1 -1
- package/esm/controllers/link.d.ts +4 -0
- package/esm/controllers/link.js +9 -0
- package/esm/controllers/link.js.map +1 -1
- package/esm/controllers/note.js.map +1 -1
- package/esm/controllers/page.js.map +1 -1
- package/esm/controllers/post.js.map +1 -1
- package/esm/controllers/project.js.map +1 -1
- package/esm/controllers/recently.js.map +1 -1
- package/esm/controllers/say.js.map +1 -1
- package/esm/controllers/search.js.map +1 -1
- package/esm/controllers/severless.js.map +1 -1
- package/esm/controllers/snippet.js.map +1 -1
- package/esm/controllers/user.js +1 -1
- package/esm/controllers/user.js.map +1 -1
- package/esm/core/attach-request.js +4 -4
- package/esm/core/attach-request.js.map +1 -1
- package/esm/core/client.d.ts +0 -1
- package/esm/core/client.js +5 -10
- package/esm/core/client.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js.map +1 -1
- package/esm/models/link.d.ts +1 -0
- package/esm/models/snippet.js.map +1 -1
- package/esm/utils/path.d.ts +1 -0
- package/esm/utils/path.js +7 -0
- package/esm/utils/path.js.map +1 -0
- package/esm/vitest.config.d.ts +2 -0
- package/esm/vitest.config.js +11 -0
- package/esm/vitest.config.js.map +1 -0
- package/index.ts +2 -3
- package/interfaces/adapter.ts +1 -0
- package/interfaces/request.ts +3 -2
- package/lib/adaptors/axios.js.map +1 -1
- package/lib/adaptors/umi-request.js.map +1 -1
- package/lib/controllers/aggregate.js.map +1 -1
- package/lib/controllers/base.js.map +1 -1
- package/lib/controllers/category.js +1 -1
- package/lib/controllers/category.js.map +1 -1
- package/lib/controllers/comment.js.map +1 -1
- package/lib/controllers/link.d.ts +4 -0
- package/lib/controllers/link.js +9 -0
- package/lib/controllers/link.js.map +1 -1
- package/lib/controllers/note.js.map +1 -1
- package/lib/controllers/page.js.map +1 -1
- package/lib/controllers/post.js.map +1 -1
- package/lib/controllers/project.js.map +1 -1
- package/lib/controllers/recently.js.map +1 -1
- package/lib/controllers/say.js.map +1 -1
- package/lib/controllers/search.js.map +1 -1
- package/lib/controllers/severless.js.map +1 -1
- package/lib/controllers/snippet.js.map +1 -1
- package/lib/controllers/user.js +1 -1
- package/lib/controllers/user.js.map +1 -1
- package/lib/core/attach-request.js +4 -4
- package/lib/core/attach-request.js.map +1 -1
- package/lib/core/client.d.ts +0 -1
- package/lib/core/client.js +5 -10
- package/lib/core/client.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/lib/models/link.d.ts +1 -0
- package/lib/models/snippet.js.map +1 -1
- package/lib/utils/path.d.ts +1 -0
- package/lib/utils/path.js +11 -0
- package/lib/utils/path.js.map +1 -0
- package/lib/vitest.config.d.ts +2 -0
- package/lib/vitest.config.js +16 -0
- package/lib/vitest.config.js.map +1 -0
- package/models/link.ts +1 -0
- package/models/snippet.ts +1 -0
- package/package.json +4 -5
- package/readme.md +3 -4
- package/test.d.ts +3 -0
- package/tsconfig.build.json +2 -4
- package/tsconfig.cjs.json +1 -1
- package/tsconfig.json +4 -15
- package/tsconfig.types.json +2 -5
- package/types/controllers/link.d.ts +4 -0
- package/types/core/client.d.ts +0 -1
- package/types/index.d.ts +1 -1
- package/types/models/link.d.ts +1 -0
- package/types/utils/path.d.ts +1 -0
- package/types/vitest.config.d.ts +2 -0
- package/utils/path.ts +6 -0
- package/vitest.config.ts +11 -0
- package/jest.config.js +0 -12
|
@@ -1,191 +1,276 @@
|
|
|
1
|
-
|
|
2
|
-
<!doctype html>
|
|
1
|
+
<!DOCTYPE html>
|
|
3
2
|
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
3
|
+
<head>
|
|
6
4
|
<title>Code coverage report for All files</title>
|
|
7
5
|
<meta charset="utf-8" />
|
|
8
6
|
<link rel="stylesheet" href="prettify.css" />
|
|
9
7
|
<link rel="stylesheet" href="base.css" />
|
|
10
8
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
|
|
11
9
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style type=
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
<style type="text/css">
|
|
11
|
+
.coverage-summary .sorter {
|
|
12
|
+
background-image: url(sort-arrow-sprite.png);
|
|
13
|
+
}
|
|
16
14
|
</style>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body>
|
|
20
|
-
<div class=
|
|
21
|
-
|
|
15
|
+
</head>
|
|
16
|
+
|
|
17
|
+
<body>
|
|
18
|
+
<div class="wrapper">
|
|
19
|
+
<div class="pad1">
|
|
22
20
|
<h1>All files</h1>
|
|
23
|
-
<div class=
|
|
24
|
-
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<span class="strong">94.24% </span>
|
|
48
|
-
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>442/469</span>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
|
|
21
|
+
<div class="clearfix">
|
|
22
|
+
<div class="fl pad1y space-right2">
|
|
23
|
+
<span class="strong">94.46% </span>
|
|
24
|
+
<span class="quiet">Statements</span>
|
|
25
|
+
<span class="fraction">461/488</span>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
<div class="fl pad1y space-right2">
|
|
29
|
+
<span class="strong">76.15% </span>
|
|
30
|
+
<span class="quiet">Branches</span>
|
|
31
|
+
<span class="fraction">99/130</span>
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div class="fl pad1y space-right2">
|
|
35
|
+
<span class="strong">90.79% </span>
|
|
36
|
+
<span class="quiet">Functions</span>
|
|
37
|
+
<span class="fraction">148/163</span>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="fl pad1y space-right2">
|
|
41
|
+
<span class="strong">94.3% </span>
|
|
42
|
+
<span class="quiet">Lines</span>
|
|
43
|
+
<span class="fraction">447/474</span>
|
|
44
|
+
</div>
|
|
53
45
|
</div>
|
|
54
46
|
<p class="quiet">
|
|
55
|
-
|
|
47
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block,
|
|
48
|
+
<em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
49
|
</p>
|
|
57
50
|
<template id="filterTemplate">
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
<div class="quiet">
|
|
52
|
+
Filter:
|
|
53
|
+
<input oninput="onInput()" type="search" id="fileSearch" />
|
|
54
|
+
</div>
|
|
62
55
|
</template>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<table class="coverage-summary">
|
|
67
|
-
<thead>
|
|
68
|
-
<tr>
|
|
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
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
56
|
+
</div>
|
|
57
|
+
<div class="status-line high"></div>
|
|
58
|
+
<div class="pad1">
|
|
59
|
+
<table class="coverage-summary">
|
|
60
|
+
<thead>
|
|
61
|
+
<tr>
|
|
62
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">
|
|
63
|
+
File
|
|
64
|
+
</th>
|
|
65
|
+
<th
|
|
66
|
+
data-col="pic"
|
|
67
|
+
data-type="number"
|
|
68
|
+
data-fmt="html"
|
|
69
|
+
data-html="true"
|
|
70
|
+
class="pic"
|
|
71
|
+
></th>
|
|
72
|
+
<th
|
|
73
|
+
data-col="statements"
|
|
74
|
+
data-type="number"
|
|
75
|
+
data-fmt="pct"
|
|
76
|
+
class="pct"
|
|
77
|
+
>
|
|
78
|
+
Statements
|
|
79
|
+
</th>
|
|
80
|
+
<th
|
|
81
|
+
data-col="statements_raw"
|
|
82
|
+
data-type="number"
|
|
83
|
+
data-fmt="html"
|
|
84
|
+
class="abs"
|
|
85
|
+
></th>
|
|
86
|
+
<th
|
|
87
|
+
data-col="branches"
|
|
88
|
+
data-type="number"
|
|
89
|
+
data-fmt="pct"
|
|
90
|
+
class="pct"
|
|
91
|
+
>
|
|
92
|
+
Branches
|
|
93
|
+
</th>
|
|
94
|
+
<th
|
|
95
|
+
data-col="branches_raw"
|
|
96
|
+
data-type="number"
|
|
97
|
+
data-fmt="html"
|
|
98
|
+
class="abs"
|
|
99
|
+
></th>
|
|
100
|
+
<th
|
|
101
|
+
data-col="functions"
|
|
102
|
+
data-type="number"
|
|
103
|
+
data-fmt="pct"
|
|
104
|
+
class="pct"
|
|
105
|
+
>
|
|
106
|
+
Functions
|
|
107
|
+
</th>
|
|
108
|
+
<th
|
|
109
|
+
data-col="functions_raw"
|
|
110
|
+
data-type="number"
|
|
111
|
+
data-fmt="html"
|
|
112
|
+
class="abs"
|
|
113
|
+
></th>
|
|
114
|
+
<th
|
|
115
|
+
data-col="lines"
|
|
116
|
+
data-type="number"
|
|
117
|
+
data-fmt="pct"
|
|
118
|
+
class="pct"
|
|
119
|
+
>
|
|
120
|
+
Lines
|
|
121
|
+
</th>
|
|
122
|
+
<th
|
|
123
|
+
data-col="lines_raw"
|
|
124
|
+
data-type="number"
|
|
125
|
+
data-fmt="html"
|
|
126
|
+
class="abs"
|
|
127
|
+
></th>
|
|
128
|
+
</tr>
|
|
129
|
+
</thead>
|
|
130
|
+
<tbody>
|
|
131
|
+
<tr>
|
|
132
|
+
<td class="file high" data-value="__tests__/helpers">
|
|
133
|
+
<a href="__tests__/helpers/index.html">__tests__/helpers</a>
|
|
134
|
+
</td>
|
|
135
|
+
<td data-value="92.63" class="pic high">
|
|
136
|
+
<div class="chart">
|
|
137
|
+
<div class="cover-fill" style="width: 92%"></div>
|
|
138
|
+
<div class="cover-empty" style="width: 8%"></div>
|
|
139
|
+
</div>
|
|
140
|
+
</td>
|
|
141
|
+
<td data-value="92.63" class="pct high">92.63%</td>
|
|
142
|
+
<td data-value="95" class="abs high">88/95</td>
|
|
143
|
+
<td data-value="66.66" class="pct medium">66.66%</td>
|
|
144
|
+
<td data-value="15" class="abs medium">10/15</td>
|
|
145
|
+
<td data-value="96" class="pct high">96%</td>
|
|
146
|
+
<td data-value="25" class="abs high">24/25</td>
|
|
147
|
+
<td data-value="92.13" class="pct high">92.13%</td>
|
|
148
|
+
<td data-value="89" class="abs high">82/89</td>
|
|
149
|
+
</tr>
|
|
110
150
|
|
|
111
|
-
<tr>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
151
|
+
<tr>
|
|
152
|
+
<td class="file medium" data-value="adaptors">
|
|
153
|
+
<a href="adaptors/index.html">adaptors</a>
|
|
154
|
+
</td>
|
|
155
|
+
<td data-value="59.09" class="pic medium">
|
|
156
|
+
<div class="chart">
|
|
157
|
+
<div class="cover-fill" style="width: 59%"></div>
|
|
158
|
+
<div class="cover-empty" style="width: 41%"></div>
|
|
159
|
+
</div>
|
|
160
|
+
</td>
|
|
161
|
+
<td data-value="59.09" class="pct medium">59.09%</td>
|
|
162
|
+
<td data-value="22" class="abs medium">13/22</td>
|
|
163
|
+
<td data-value="12.5" class="pct low">12.5%</td>
|
|
164
|
+
<td data-value="8" class="abs low">1/8</td>
|
|
165
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
166
|
+
<td data-value="12" class="abs medium">6/12</td>
|
|
167
|
+
<td data-value="59.09" class="pct medium">59.09%</td>
|
|
168
|
+
<td data-value="22" class="abs medium">13/22</td>
|
|
169
|
+
</tr>
|
|
125
170
|
|
|
126
|
-
<tr>
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
171
|
+
<tr>
|
|
172
|
+
<td class="file high" data-value="controllers">
|
|
173
|
+
<a href="controllers/index.html">controllers</a>
|
|
174
|
+
</td>
|
|
175
|
+
<td data-value="99.03" class="pic high">
|
|
176
|
+
<div class="chart">
|
|
177
|
+
<div class="cover-fill" style="width: 99%"></div>
|
|
178
|
+
<div class="cover-empty" style="width: 1%"></div>
|
|
179
|
+
</div>
|
|
180
|
+
</td>
|
|
181
|
+
<td data-value="99.03" class="pct high">99.03%</td>
|
|
182
|
+
<td data-value="208" class="abs high">206/208</td>
|
|
183
|
+
<td data-value="93.1" class="pct high">93.1%</td>
|
|
184
|
+
<td data-value="29" class="abs high">27/29</td>
|
|
185
|
+
<td data-value="94.11" class="pct high">94.11%</td>
|
|
186
|
+
<td data-value="85" class="abs high">80/85</td>
|
|
187
|
+
<td data-value="99.03" class="pct high">99.03%</td>
|
|
188
|
+
<td data-value="208" class="abs high">206/208</td>
|
|
189
|
+
</tr>
|
|
140
190
|
|
|
141
|
-
<tr>
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
191
|
+
<tr>
|
|
192
|
+
<td class="file high" data-value="core">
|
|
193
|
+
<a href="core/index.html">core</a>
|
|
194
|
+
</td>
|
|
195
|
+
<td data-value="98.05" class="pic high">
|
|
196
|
+
<div class="chart">
|
|
197
|
+
<div class="cover-fill" style="width: 98%"></div>
|
|
198
|
+
<div class="cover-empty" style="width: 2%"></div>
|
|
199
|
+
</div>
|
|
200
|
+
</td>
|
|
201
|
+
<td data-value="98.05" class="pct high">98.05%</td>
|
|
202
|
+
<td data-value="103" class="abs high">101/103</td>
|
|
203
|
+
<td data-value="80.48" class="pct high">80.48%</td>
|
|
204
|
+
<td data-value="41" class="abs high">33/41</td>
|
|
205
|
+
<td data-value="96.55" class="pct high">96.55%</td>
|
|
206
|
+
<td data-value="29" class="abs high">28/29</td>
|
|
207
|
+
<td data-value="98.01" class="pct high">98.01%</td>
|
|
208
|
+
<td data-value="101" class="abs high">99/101</td>
|
|
209
|
+
</tr>
|
|
155
210
|
|
|
156
|
-
<tr>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
211
|
+
<tr>
|
|
212
|
+
<td class="file high" data-value="models">
|
|
213
|
+
<a href="models/index.html">models</a>
|
|
214
|
+
</td>
|
|
215
|
+
<td data-value="100" class="pic high">
|
|
216
|
+
<div class="chart">
|
|
217
|
+
<div class="cover-fill cover-full" style="width: 100%"></div>
|
|
218
|
+
<div class="cover-empty" style="width: 0%"></div>
|
|
219
|
+
</div>
|
|
220
|
+
</td>
|
|
221
|
+
<td data-value="100" class="pct high">100%</td>
|
|
222
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
223
|
+
<td data-value="100" class="pct high">100%</td>
|
|
224
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
225
|
+
<td data-value="100" class="pct high">100%</td>
|
|
226
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
227
|
+
<td data-value="100" class="pct high">100%</td>
|
|
228
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
229
|
+
</tr>
|
|
170
230
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
</
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
231
|
+
<tr>
|
|
232
|
+
<td class="file high" data-value="utils">
|
|
233
|
+
<a href="utils/index.html">utils</a>
|
|
234
|
+
</td>
|
|
235
|
+
<td data-value="87.03" class="pic high">
|
|
236
|
+
<div class="chart">
|
|
237
|
+
<div class="cover-fill" style="width: 87%"></div>
|
|
238
|
+
<div class="cover-empty" style="width: 13%"></div>
|
|
239
|
+
</div>
|
|
240
|
+
</td>
|
|
241
|
+
<td data-value="87.03" class="pct high">87.03%</td>
|
|
242
|
+
<td data-value="54" class="abs high">47/54</td>
|
|
243
|
+
<td data-value="72.72" class="pct medium">72.72%</td>
|
|
244
|
+
<td data-value="33" class="abs medium">24/33</td>
|
|
245
|
+
<td data-value="80" class="pct high">80%</td>
|
|
246
|
+
<td data-value="10" class="abs high">8/10</td>
|
|
247
|
+
<td data-value="85.41" class="pct high">85.41%</td>
|
|
248
|
+
<td data-value="48" class="abs high">41/48</td>
|
|
249
|
+
</tr>
|
|
250
|
+
</tbody>
|
|
251
|
+
</table>
|
|
252
|
+
</div>
|
|
253
|
+
<div class="push"></div>
|
|
254
|
+
<!-- for sticky footer -->
|
|
255
|
+
</div>
|
|
256
|
+
<!-- /wrapper -->
|
|
257
|
+
<div class="footer quiet pad2 space-top1 center small">
|
|
258
|
+
Code coverage generated by
|
|
259
|
+
<a
|
|
260
|
+
href="https://istanbul.js.org/"
|
|
261
|
+
target="_blank"
|
|
262
|
+
rel="noopener noreferrer"
|
|
263
|
+
>istanbul</a
|
|
264
|
+
>
|
|
265
|
+
at Sat Mar 19 2022 15:30:53 GMT+0800 (China Standard Time)
|
|
266
|
+
</div>
|
|
267
|
+
<script src="prettify.js"></script>
|
|
268
|
+
<script>
|
|
269
|
+
window.onload = function () {
|
|
270
|
+
prettyPrint()
|
|
271
|
+
}
|
|
272
|
+
</script>
|
|
273
|
+
<script src="sorter.js"></script>
|
|
274
|
+
<script src="block-navigation.js"></script>
|
|
275
|
+
</body>
|
|
190
276
|
</html>
|
|
191
|
-
|
|
@@ -1,68 +1,61 @@
|
|
|
1
|
-
|
|
2
|
-
<!doctype html>
|
|
1
|
+
<!DOCTYPE html>
|
|
3
2
|
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
3
|
+
<head>
|
|
6
4
|
<title>Code coverage report for index.ts</title>
|
|
7
5
|
<meta charset="utf-8" />
|
|
8
6
|
<link rel="stylesheet" href="prettify.css" />
|
|
9
7
|
<link rel="stylesheet" href="base.css" />
|
|
10
8
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
|
|
11
9
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style type=
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
<style type="text/css">
|
|
11
|
+
.coverage-summary .sorter {
|
|
12
|
+
background-image: url(sort-arrow-sprite.png);
|
|
13
|
+
}
|
|
16
14
|
</style>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body>
|
|
20
|
-
<div class=
|
|
21
|
-
|
|
15
|
+
</head>
|
|
16
|
+
|
|
17
|
+
<body>
|
|
18
|
+
<div class="wrapper">
|
|
19
|
+
<div class="pad1">
|
|
22
20
|
<h1><a href="index.html">All files</a> index.ts</h1>
|
|
23
|
-
<div class=
|
|
24
|
-
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<span class="strong">81.81% </span>
|
|
48
|
-
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>18/22</span>
|
|
50
|
-
</div>
|
|
51
|
-
|
|
52
|
-
|
|
21
|
+
<div class="clearfix">
|
|
22
|
+
<div class="fl pad1y space-right2">
|
|
23
|
+
<span class="strong">85.18% </span>
|
|
24
|
+
<span class="quiet">Statements</span>
|
|
25
|
+
<span class="fraction">23/27</span>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
<div class="fl pad1y space-right2">
|
|
29
|
+
<span class="strong">68.42% </span>
|
|
30
|
+
<span class="quiet">Branches</span>
|
|
31
|
+
<span class="fraction">13/19</span>
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div class="fl pad1y space-right2">
|
|
35
|
+
<span class="strong">80% </span>
|
|
36
|
+
<span class="quiet">Functions</span>
|
|
37
|
+
<span class="fraction">4/5</span>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="fl pad1y space-right2">
|
|
41
|
+
<span class="strong">81.81% </span>
|
|
42
|
+
<span class="quiet">Lines</span>
|
|
43
|
+
<span class="fraction">18/22</span>
|
|
44
|
+
</div>
|
|
53
45
|
</div>
|
|
54
46
|
<p class="quiet">
|
|
55
|
-
|
|
47
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block,
|
|
48
|
+
<em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
49
|
</p>
|
|
57
50
|
<template id="filterTemplate">
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
<div class="quiet">
|
|
52
|
+
Filter:
|
|
53
|
+
<input oninput="onInput()" type="search" id="fileSearch" />
|
|
54
|
+
</div>
|
|
62
55
|
</template>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
56
|
+
</div>
|
|
57
|
+
<div class="status-line high"></div>
|
|
58
|
+
<pre><table class="coverage">
|
|
66
59
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
60
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
61
|
<a name='L3'></a><a href='#L3'>3</a>
|
|
@@ -224,21 +217,27 @@ export const attachRawFromOneToAnthor = (from: any, to: any) => {
|
|
|
224
217
|
}
|
|
225
218
|
</pre></td></tr></table></pre>
|
|
226
219
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
220
|
+
<div class="push"></div>
|
|
221
|
+
<!-- for sticky footer -->
|
|
222
|
+
</div>
|
|
223
|
+
<!-- /wrapper -->
|
|
224
|
+
<div class="footer quiet pad2 space-top1 center small">
|
|
225
|
+
Code coverage generated by
|
|
226
|
+
<a
|
|
227
|
+
href="https://istanbul.js.org/"
|
|
228
|
+
target="_blank"
|
|
229
|
+
rel="noopener noreferrer"
|
|
230
|
+
>istanbul</a
|
|
231
|
+
>
|
|
232
|
+
at Mon Feb 07 2022 21:19:56 GMT+0800 (China Standard Time)
|
|
233
|
+
</div>
|
|
234
|
+
<script src="prettify.js"></script>
|
|
235
|
+
<script>
|
|
236
|
+
window.onload = function () {
|
|
237
|
+
prettyPrint()
|
|
238
|
+
}
|
|
239
|
+
</script>
|
|
240
|
+
<script src="sorter.js"></script>
|
|
241
|
+
<script src="block-navigation.js"></script>
|
|
242
|
+
</body>
|
|
243
243
|
</html>
|
|
244
|
-
|