dcl-catalyst-client 11.3.0 → 11.3.1-20220503120459.commit-9c8bf1d
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/coverage/clover.xml +83 -73
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +19 -19
- package/coverage/lcov.info +177 -160
- package/dist/ContentClient.js +2 -1
- package/dist/ContentClient.js.map +1 -1
- package/dist/utils/DeploymentBuilder.d.ts +4 -2
- package/dist/utils/DeploymentBuilder.js +24 -2
- package/dist/utils/DeploymentBuilder.js.map +1 -1
- package/package.json +2 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1651579499326" clover="3.2.0">
|
|
3
|
+
<project timestamp="1651579499327" name="All files">
|
|
4
|
+
<metrics statements="453" coveredstatements="367" conditionals="181" coveredconditionals="121" methods="136" coveredmethods="90" elements="770" coveredelements="578" complexity="0" loc="453" ncloc="453" packages="3" files="15" classes="15"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="144" coveredstatements="103" conditionals="63" coveredconditionals="46" methods="62" coveredmethods="27"/>
|
|
7
7
|
<file name="CatalystClient.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/CatalystClient.ts">
|
|
@@ -56,70 +56,70 @@
|
|
|
56
56
|
<line num="42" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
57
57
|
<line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
58
58
|
<line num="53" count="1" type="stmt"/>
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="83" count="2" type="stmt"/>
|
|
59
|
+
<line num="70" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
60
|
+
<line num="71" count="1" type="stmt"/>
|
|
61
|
+
<line num="82" count="2" type="stmt"/>
|
|
63
62
|
<line num="84" count="2" type="stmt"/>
|
|
64
63
|
<line num="85" count="2" type="stmt"/>
|
|
65
|
-
<line num="
|
|
64
|
+
<line num="86" count="2" type="stmt"/>
|
|
66
65
|
<line num="88" count="2" type="stmt"/>
|
|
67
|
-
<line num="89" count="
|
|
68
|
-
<line num="90" count="4" type="cond" truecount="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="119" count="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="134" count="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="149" count="2" type="
|
|
84
|
-
<line num="150" count="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="165" count="2" type="cond" truecount="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="170" count="4" type="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="175" count="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="210" count="3" type="
|
|
101
|
-
<line num="211" count="3" type="
|
|
102
|
-
<line num="212" count="3" type="
|
|
103
|
-
<line num="213" count="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="221" count="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
66
|
+
<line num="89" count="2" type="stmt"/>
|
|
67
|
+
<line num="90" count="4" type="cond" truecount="2" falsecount="1"/>
|
|
68
|
+
<line num="91" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
69
|
+
<line num="93" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
70
|
+
<line num="96" count="0" type="stmt"/>
|
|
71
|
+
<line num="101" count="2" type="stmt"/>
|
|
72
|
+
<line num="105" count="1" type="stmt"/>
|
|
73
|
+
<line num="107" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
74
|
+
<line num="111" count="1" type="stmt"/>
|
|
75
|
+
<line num="115" count="1" type="stmt"/>
|
|
76
|
+
<line num="119" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
77
|
+
<line num="120" count="1" type="stmt"/>
|
|
78
|
+
<line num="123" count="2" type="stmt"/>
|
|
79
|
+
<line num="134" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
80
|
+
<line num="135" count="1" type="stmt"/>
|
|
81
|
+
<line num="138" count="3" type="stmt"/>
|
|
82
|
+
<line num="149" count="2" type="stmt"/>
|
|
83
|
+
<line num="150" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
84
|
+
<line num="151" count="1" type="stmt"/>
|
|
85
|
+
<line num="153" count="1" type="stmt"/>
|
|
86
|
+
<line num="157" count="0" type="stmt"/>
|
|
87
|
+
<line num="161" count="0" type="stmt"/>
|
|
88
|
+
<line num="165" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
89
|
+
<line num="166" count="2" type="cond" truecount="4" falsecount="2"/>
|
|
90
|
+
<line num="168" count="2" type="stmt"/>
|
|
91
|
+
<line num="170" count="4" type="stmt"/>
|
|
92
|
+
<line num="171" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
93
|
+
<line num="175" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
94
|
+
<line num="176" count="1" type="stmt"/>
|
|
95
|
+
<line num="178" count="3" type="stmt"/>
|
|
96
|
+
<line num="190" count="3" type="stmt"/>
|
|
97
|
+
<line num="195" count="18" type="stmt"/>
|
|
98
|
+
<line num="206" count="20" type="stmt"/>
|
|
99
|
+
<line num="210" count="3" type="stmt"/>
|
|
100
|
+
<line num="211" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
101
|
+
<line num="212" count="3" type="stmt"/>
|
|
102
|
+
<line num="213" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
103
|
+
<line num="214" count="1" type="stmt"/>
|
|
104
|
+
<line num="217" count="3" type="stmt"/>
|
|
105
|
+
<line num="221" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
106
|
+
<line num="222" count="1" type="stmt"/>
|
|
107
|
+
<line num="225" count="3" type="stmt"/>
|
|
108
|
+
<line num="236" count="0" type="stmt"/>
|
|
109
|
+
<line num="244" count="2" type="stmt"/>
|
|
110
|
+
<line num="246" count="2" type="stmt"/>
|
|
111
|
+
<line num="248" count="2" type="stmt"/>
|
|
112
|
+
<line num="252" count="0" type="stmt"/>
|
|
114
113
|
<line num="274" count="4" type="stmt"/>
|
|
115
114
|
<line num="275" count="4" type="stmt"/>
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="300" count="2" type="
|
|
122
|
-
<line num="
|
|
115
|
+
<line num="276" count="4" type="stmt"/>
|
|
116
|
+
<line num="282" count="4" type="stmt"/>
|
|
117
|
+
<line num="288" count="12" type="stmt"/>
|
|
118
|
+
<line num="291" count="0" type="stmt"/>
|
|
119
|
+
<line num="295" count="0" type="stmt"/>
|
|
120
|
+
<line num="300" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="301" count="2" type="stmt"/>
|
|
122
|
+
<line num="303" count="0" type="stmt"/>
|
|
123
123
|
</file>
|
|
124
124
|
<file name="LambdasAPI.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/LambdasAPI.ts">
|
|
125
125
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
</file>
|
|
169
169
|
</package>
|
|
170
170
|
<package name="src.utils">
|
|
171
|
-
<metrics statements="
|
|
171
|
+
<metrics statements="261" coveredstatements="216" conditionals="118" coveredconditionals="75" methods="63" coveredmethods="52"/>
|
|
172
172
|
<file name="CatalystClientBuilder.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/CatalystClientBuilder.ts">
|
|
173
173
|
<metrics statements="23" coveredstatements="21" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
174
174
|
<line num="1" count="4" type="stmt"/>
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
<line num="47" count="0" type="stmt"/>
|
|
197
197
|
</file>
|
|
198
198
|
<file name="DeploymentBuilder.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/DeploymentBuilder.ts">
|
|
199
|
-
<metrics statements="
|
|
199
|
+
<metrics statements="43" coveredstatements="32" conditionals="39" coveredconditionals="27" methods="11" coveredmethods="8"/>
|
|
200
200
|
<line num="1" count="5" type="stmt"/>
|
|
201
201
|
<line num="2" count="5" type="stmt"/>
|
|
202
202
|
<line num="3" count="5" type="stmt"/>
|
|
@@ -220,16 +220,26 @@
|
|
|
220
220
|
<line num="100" count="2" type="stmt"/>
|
|
221
221
|
<line num="101" count="2" type="stmt"/>
|
|
222
222
|
<line num="103" count="2" type="stmt"/>
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="141" count="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="148" count="1" type="cond" truecount="7" falsecount="3"/>
|
|
223
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
224
|
+
<line num="132" count="0" type="stmt"/>
|
|
225
|
+
<line num="133" count="0" type="stmt"/>
|
|
226
|
+
<line num="141" count="0" type="stmt"/>
|
|
227
|
+
<line num="150" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
229
228
|
<line num="151" count="1" type="stmt"/>
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
229
|
+
<line num="155" count="1" type="cond" truecount="7" falsecount="3"/>
|
|
230
|
+
<line num="156" count="1" type="stmt"/>
|
|
231
|
+
<line num="162" count="1" type="cond" truecount="7" falsecount="3"/>
|
|
232
|
+
<line num="165" count="1" type="stmt"/>
|
|
233
|
+
<line num="174" count="1" type="cond" truecount="4" falsecount="2"/>
|
|
234
|
+
<line num="175" count="1" type="stmt"/>
|
|
235
|
+
<line num="177" count="1" type="stmt"/>
|
|
236
|
+
<line num="200" count="0" type="stmt"/>
|
|
237
|
+
<line num="201" count="0" type="stmt"/>
|
|
238
|
+
<line num="202" count="0" type="stmt"/>
|
|
239
|
+
<line num="203" count="0" type="stmt"/>
|
|
240
|
+
<line num="204" count="0" type="stmt"/>
|
|
241
|
+
<line num="206" count="0" type="stmt"/>
|
|
242
|
+
<line num="208" count="0" type="stmt"/>
|
|
233
243
|
</file>
|
|
234
244
|
<file name="Environment.ts" path="/home/runner/work/catalyst-client/catalyst-client/src/utils/Environment.ts">
|
|
235
245
|
<metrics statements="1" coveredstatements="1" conditionals="2" coveredconditionals="1" methods="0" coveredmethods="0"/>
|