@biorate/migrations 0.30.0 → 0.30.6
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/.nyc_output/2e807d0f-54a1-4e32-b449-1214e54aad88.json +1 -0
- package/.nyc_output/processinfo/{5c56cd30-e43b-4828-be0a-b7218c12d650.json → 2e807d0f-54a1-4e32-b449-1214e54aad88.json} +1 -1
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +32 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts.html +118 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.html +146 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts.html +118 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html +118 -0
- package/coverage/lcov-report/index.html +3 -3
- package/coverage/lcov-report/src/default.config.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/root.ts.html +1 -1
- package/coverage/lcov-report/src/types/index.html +1 -1
- package/coverage/lcov-report/src/types/index.ts.html +1 -1
- package/coverage/lcov-report/src/types/migration.ts.html +1 -1
- package/coverage/lcov-report/src/types/sequelize.ts.html +1 -1
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.html +146 -0
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts.html +118 -0
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts.html +118 -0
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts.html +118 -0
- package/coverage/lcov.info +6 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/.nyc_output/5c56cd30-e43b-4828-be0a-b7218c12d650.json +0 -1
package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts.html
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for file:/www/biorate/core/packages/@biorate/migrations/src/index.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../../../../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../../../../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../../../../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../../../../../../index.html">All files</a> / <a href="index.html">file:/www/biorate/core/packages/@biorate/migrations/src</a> index.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>5/5</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">50% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>2/4</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>5/5</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">0</span>
|
|
78
|
+
<span class="cline-any cline-no">0</span>
|
|
79
|
+
<span class="cline-any cline-no">0</span>
|
|
80
|
+
<span class="cline-any cline-no">0</span>
|
|
81
|
+
<span class="cline-any cline-no">0</span>
|
|
82
|
+
<span class="cline-any cline-no">0</span>
|
|
83
|
+
<span class="cline-any cline-no">0</span>
|
|
84
|
+
<span class="cline-any cline-no">0</span>
|
|
85
|
+
<span class="cline-any cline-no">0</span>
|
|
86
|
+
<span class="cline-any cline-no">0</span>
|
|
87
|
+
<span class="cline-any cline-no">0</span>
|
|
88
|
+
<span class="cline-any cline-no">0</span></td><td class="text"><pre class="prettyprint lang-js">Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts')
|
|
89
|
+
Error: Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts')
|
|
90
|
+
at Context.defaultSourceLookup [as sourceFinder] (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:17:15)
|
|
91
|
+
at Context.getSource (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:71:21)
|
|
92
|
+
at annotateSourceCode (/www/biorate/core/node_modules/istanbul-reports/lib/html/annotator.js:232:40)
|
|
93
|
+
at HtmlReport.onDetail (/www/biorate/core/node_modules/istanbul-reports/lib/html/index.js:414:33)
|
|
94
|
+
at LcovReport.<computed> [as onDetail] (/www/biorate/core/node_modules/istanbul-reports/lib/lcov/index.js:28:23)
|
|
95
|
+
at Visitor.value (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:38:38)
|
|
96
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:88:21)
|
|
97
|
+
at /www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:92:19
|
|
98
|
+
at Array.forEach (<anonymous>)
|
|
99
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:91:28)</pre></td></tr></table></pre>
|
|
100
|
+
|
|
101
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
102
|
+
</div><!-- /wrapper -->
|
|
103
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
104
|
+
Code coverage generated by
|
|
105
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
106
|
+
at Thu Jun 23 2022 15:44:03 GMT+0300 (Москва, стандартное время)
|
|
107
|
+
</div>
|
|
108
|
+
<script src="../../../../../../../../prettify.js"></script>
|
|
109
|
+
<script>
|
|
110
|
+
window.onload = function () {
|
|
111
|
+
prettyPrint();
|
|
112
|
+
};
|
|
113
|
+
</script>
|
|
114
|
+
<script src="../../../../../../../../sorter.js"></script>
|
|
115
|
+
<script src="../../../../../../../../block-navigation.js"></script>
|
|
116
|
+
</body>
|
|
117
|
+
</html>
|
|
118
|
+
|
package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for file:/www/biorate/core/packages/@biorate/migrations/src/root.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../../../../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../../../../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../../../../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../../../../../../index.html">All files</a> / <a href="index.html">file:/www/biorate/core/packages/@biorate/migrations/src</a> root.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>10/10</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>8/8</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">0</span>
|
|
78
|
+
<span class="cline-any cline-no">0</span>
|
|
79
|
+
<span class="cline-any cline-no">0</span>
|
|
80
|
+
<span class="cline-any cline-no">0</span>
|
|
81
|
+
<span class="cline-any cline-no">0</span>
|
|
82
|
+
<span class="cline-any cline-no">0</span>
|
|
83
|
+
<span class="cline-any cline-no">0</span>
|
|
84
|
+
<span class="cline-any cline-no">0</span>
|
|
85
|
+
<span class="cline-any cline-no">0</span>
|
|
86
|
+
<span class="cline-any cline-no">0</span>
|
|
87
|
+
<span class="cline-any cline-no">0</span>
|
|
88
|
+
<span class="cline-any cline-no">0</span></td><td class="text"><pre class="prettyprint lang-js">Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts')
|
|
89
|
+
Error: Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts')
|
|
90
|
+
at Context.defaultSourceLookup [as sourceFinder] (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:17:15)
|
|
91
|
+
at Context.getSource (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:71:21)
|
|
92
|
+
at annotateSourceCode (/www/biorate/core/node_modules/istanbul-reports/lib/html/annotator.js:232:40)
|
|
93
|
+
at HtmlReport.onDetail (/www/biorate/core/node_modules/istanbul-reports/lib/html/index.js:414:33)
|
|
94
|
+
at LcovReport.<computed> [as onDetail] (/www/biorate/core/node_modules/istanbul-reports/lib/lcov/index.js:28:23)
|
|
95
|
+
at Visitor.value (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:38:38)
|
|
96
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:88:21)
|
|
97
|
+
at /www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:92:19
|
|
98
|
+
at Array.forEach (<anonymous>)
|
|
99
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:91:28)</pre></td></tr></table></pre>
|
|
100
|
+
|
|
101
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
102
|
+
</div><!-- /wrapper -->
|
|
103
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
104
|
+
Code coverage generated by
|
|
105
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
106
|
+
at Thu Jun 23 2022 15:44:03 GMT+0300 (Москва, стандартное время)
|
|
107
|
+
</div>
|
|
108
|
+
<script src="../../../../../../../../prettify.js"></script>
|
|
109
|
+
<script>
|
|
110
|
+
window.onload = function () {
|
|
111
|
+
prettyPrint();
|
|
112
|
+
};
|
|
113
|
+
</script>
|
|
114
|
+
<script src="../../../../../../../../sorter.js"></script>
|
|
115
|
+
<script src="../../../../../../../../block-navigation.js"></script>
|
|
116
|
+
</body>
|
|
117
|
+
</html>
|
|
118
|
+
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
</tr>
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
|
-
<td class="file high" data-value="src"><a href="src/index.html">src</a></td>
|
|
82
|
+
<td class="file high" data-value="file:/www/biorate/core/packages/@biorate/migrations/src"><a href="file:/www/biorate/core/packages/@biorate/migrations/src/index.html">file:/www/biorate/core/packages/@biorate/migrations/src</a></td>
|
|
83
83
|
<td data-value="100" class="pic high">
|
|
84
84
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
85
|
</td>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
97
|
-
<td class="file high" data-value="src/types"><a href="src/types/index.html">src/types</a></td>
|
|
97
|
+
<td class="file high" data-value="types/file:/www/biorate/core/packages/@biorate/migrations/src/types"><a href="types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.html">types/file:/www/biorate/core/packages/@biorate/migrations/src/types</a></td>
|
|
98
98
|
<td data-value="94.87" class="pic high">
|
|
99
99
|
<div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
|
|
100
100
|
</td>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at
|
|
119
|
+
at Thu Jun 23 2022 15:44:03 GMT+0300 (Москва, стандартное время)
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -115,7 +115,7 @@ container.get<Root>(Root).$run().catch(console.error);
|
|
|
115
115
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
116
116
|
Code coverage generated by
|
|
117
117
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
118
|
-
at
|
|
118
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
119
119
|
</div>
|
|
120
120
|
<script src="../prettify.js"></script>
|
|
121
121
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at
|
|
134
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -106,7 +106,7 @@ require(process.env.MIGRATIONS_ROOT
|
|
|
106
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
107
107
|
Code coverage generated by
|
|
108
108
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
109
|
-
at
|
|
109
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
110
110
|
</div>
|
|
111
111
|
<script src="../prettify.js"></script>
|
|
112
112
|
<script>
|
|
@@ -115,7 +115,7 @@ Core.log = null;
|
|
|
115
115
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
116
116
|
Code coverage generated by
|
|
117
117
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
118
|
-
at
|
|
118
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
119
119
|
</div>
|
|
120
120
|
<script src="../prettify.js"></script>
|
|
121
121
|
<script>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at
|
|
134
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
76
|
-
at
|
|
76
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
77
77
|
</div>
|
|
78
78
|
<script src="../../prettify.js"></script>
|
|
79
79
|
<script>
|
|
@@ -223,7 +223,7 @@ export abstract class Migration {
|
|
|
223
223
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
224
224
|
Code coverage generated by
|
|
225
225
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
226
|
-
at
|
|
226
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
227
227
|
</div>
|
|
228
228
|
<script src="../../prettify.js"></script>
|
|
229
229
|
<script>
|
|
@@ -196,7 +196,7 @@ export class Sequelize extends Migration {
|
|
|
196
196
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
197
197
|
Code coverage generated by
|
|
198
198
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
199
|
-
at
|
|
199
|
+
at Tue Jun 21 2022 12:57:44 GMT+0300 (Москва, стандартное время)
|
|
200
200
|
</div>
|
|
201
201
|
<script src="../../prettify.js"></script>
|
|
202
202
|
<script>
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for types/file:/www/biorate/core/packages/@biorate/migrations/src/types</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../../../../../../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../../../../../../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../../../../../../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../../../../../../../../index.html">All files</a> types/file:/www/biorate/core/packages/@biorate/migrations/src/types</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">94.87% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>37/39</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">50% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>2/4</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>8/8</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>34/34</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<div class="pad1">
|
|
66
|
+
<table class="coverage-summary">
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
+
</tr>
|
|
80
|
+
</thead>
|
|
81
|
+
<tbody><tr>
|
|
82
|
+
<td class="file high" data-value="index.ts"><a href="index.ts.html">index.ts</a></td>
|
|
83
|
+
<td data-value="100" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
|
+
</td>
|
|
86
|
+
<td data-value="100" class="pct high">100%</td>
|
|
87
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
88
|
+
<td data-value="100" class="pct high">100%</td>
|
|
89
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
90
|
+
<td data-value="100" class="pct high">100%</td>
|
|
91
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
92
|
+
<td data-value="100" class="pct high">100%</td>
|
|
93
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
94
|
+
</tr>
|
|
95
|
+
|
|
96
|
+
<tr>
|
|
97
|
+
<td class="file high" data-value="migration.ts"><a href="migration.ts.html">migration.ts</a></td>
|
|
98
|
+
<td data-value="100" class="pic high">
|
|
99
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
100
|
+
</td>
|
|
101
|
+
<td data-value="100" class="pct high">100%</td>
|
|
102
|
+
<td data-value="15" class="abs high">15/15</td>
|
|
103
|
+
<td data-value="100" class="pct high">100%</td>
|
|
104
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
105
|
+
<td data-value="100" class="pct high">100%</td>
|
|
106
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
107
|
+
<td data-value="100" class="pct high">100%</td>
|
|
108
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="file high" data-value="sequelize.ts"><a href="sequelize.ts.html">sequelize.ts</a></td>
|
|
113
|
+
<td data-value="91.3" class="pic high">
|
|
114
|
+
<div class="chart"><div class="cover-fill" style="width: 91%"></div><div class="cover-empty" style="width: 9%"></div></div>
|
|
115
|
+
</td>
|
|
116
|
+
<td data-value="91.3" class="pct high">91.3%</td>
|
|
117
|
+
<td data-value="23" class="abs high">21/23</td>
|
|
118
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
119
|
+
<td data-value="4" class="abs medium">2/4</td>
|
|
120
|
+
<td data-value="100" class="pct high">100%</td>
|
|
121
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
122
|
+
<td data-value="100" class="pct high">100%</td>
|
|
123
|
+
<td data-value="21" class="abs high">21/21</td>
|
|
124
|
+
</tr>
|
|
125
|
+
|
|
126
|
+
</tbody>
|
|
127
|
+
</table>
|
|
128
|
+
</div>
|
|
129
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
130
|
+
</div><!-- /wrapper -->
|
|
131
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
|
+
Code coverage generated by
|
|
133
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
+
at Thu Jun 23 2022 15:44:03 GMT+0300 (Москва, стандартное время)
|
|
135
|
+
</div>
|
|
136
|
+
<script src="../../../../../../../../../../prettify.js"></script>
|
|
137
|
+
<script>
|
|
138
|
+
window.onload = function () {
|
|
139
|
+
prettyPrint();
|
|
140
|
+
};
|
|
141
|
+
</script>
|
|
142
|
+
<script src="../../../../../../../../../../sorter.js"></script>
|
|
143
|
+
<script src="../../../../../../../../../../block-navigation.js"></script>
|
|
144
|
+
</body>
|
|
145
|
+
</html>
|
|
146
|
+
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../../../../../../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../../../../../../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../../../../../../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../../../../../../../../index.html">All files</a> / <a href="index.html">types/file:/www/biorate/core/packages/@biorate/migrations/src/types</a> index.ts</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>1/1</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>1/1</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">0</span>
|
|
78
|
+
<span class="cline-any cline-no">0</span>
|
|
79
|
+
<span class="cline-any cline-no">0</span>
|
|
80
|
+
<span class="cline-any cline-no">0</span>
|
|
81
|
+
<span class="cline-any cline-no">0</span>
|
|
82
|
+
<span class="cline-any cline-no">0</span>
|
|
83
|
+
<span class="cline-any cline-no">0</span>
|
|
84
|
+
<span class="cline-any cline-no">0</span>
|
|
85
|
+
<span class="cline-any cline-no">0</span>
|
|
86
|
+
<span class="cline-any cline-no">0</span>
|
|
87
|
+
<span class="cline-any cline-no">0</span>
|
|
88
|
+
<span class="cline-any cline-no">0</span></td><td class="text"><pre class="prettyprint lang-js">Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts')
|
|
89
|
+
Error: Unable to lookup source: /www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts (ENOENT: no such file or directory, open '/www/biorate/core/packages/@biorate/migrations/src/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts')
|
|
90
|
+
at Context.defaultSourceLookup [as sourceFinder] (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:17:15)
|
|
91
|
+
at Context.getSource (/www/biorate/core/node_modules/istanbul-lib-report/lib/context.js:71:21)
|
|
92
|
+
at annotateSourceCode (/www/biorate/core/node_modules/istanbul-reports/lib/html/annotator.js:232:40)
|
|
93
|
+
at HtmlReport.onDetail (/www/biorate/core/node_modules/istanbul-reports/lib/html/index.js:414:33)
|
|
94
|
+
at LcovReport.<computed> [as onDetail] (/www/biorate/core/node_modules/istanbul-reports/lib/lcov/index.js:28:23)
|
|
95
|
+
at Visitor.value (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:38:38)
|
|
96
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:88:21)
|
|
97
|
+
at /www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:92:19
|
|
98
|
+
at Array.forEach (<anonymous>)
|
|
99
|
+
at ReportNode.visit (/www/biorate/core/node_modules/istanbul-lib-report/lib/tree.js:91:28)</pre></td></tr></table></pre>
|
|
100
|
+
|
|
101
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
102
|
+
</div><!-- /wrapper -->
|
|
103
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
104
|
+
Code coverage generated by
|
|
105
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
106
|
+
at Thu Jun 23 2022 15:44:03 GMT+0300 (Москва, стандартное время)
|
|
107
|
+
</div>
|
|
108
|
+
<script src="../../../../../../../../../../prettify.js"></script>
|
|
109
|
+
<script>
|
|
110
|
+
window.onload = function () {
|
|
111
|
+
prettyPrint();
|
|
112
|
+
};
|
|
113
|
+
</script>
|
|
114
|
+
<script src="../../../../../../../../../../sorter.js"></script>
|
|
115
|
+
<script src="../../../../../../../../../../block-navigation.js"></script>
|
|
116
|
+
</body>
|
|
117
|
+
</html>
|
|
118
|
+
|