@budibase/worker 2.2.12-alpha.17 → 2.2.12-alpha.19
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 +224 -223
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +10 -10
- package/coverage/lcov-report/src/api/controllers/global/auth.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/configs.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/email.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/index.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/license.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/roles.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/self.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/templates.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/users.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/global/workspaces.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/accounts.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/environment.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/index.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/restore.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/status.ts.html +1 -1
- package/coverage/lcov-report/src/api/controllers/system/tenants.ts.html +1 -1
- package/coverage/lcov-report/src/api/index.html +1 -1
- package/coverage/lcov-report/src/api/index.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/auth.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/configs.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/email.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/index.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/license.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/roles.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/self.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/templates.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/users.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/global/workspaces.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/index.html +1 -1
- package/coverage/lcov-report/src/api/routes/index.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/accounts.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/environment.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/index.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/restore.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/status.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/system/tenants.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/validation/index.html +1 -1
- package/coverage/lcov-report/src/api/routes/validation/index.ts.html +1 -1
- package/coverage/lcov-report/src/api/routes/validation/users.ts.html +1 -1
- package/coverage/lcov-report/src/constants/index.html +1 -1
- package/coverage/lcov-report/src/constants/index.ts.html +1 -1
- package/coverage/lcov-report/src/constants/templates/index.html +1 -1
- package/coverage/lcov-report/src/constants/templates/index.ts.html +1 -1
- package/coverage/lcov-report/src/db/index.html +1 -1
- package/coverage/lcov-report/src/db/index.ts.html +1 -1
- package/coverage/lcov-report/src/environment.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/middleware/cloudRestricted.ts.html +1 -1
- package/coverage/lcov-report/src/middleware/index.html +1 -1
- package/coverage/lcov-report/src/migrations/functions/globalInfoSyncUsers.ts.html +1 -1
- package/coverage/lcov-report/src/migrations/functions/index.html +1 -1
- package/coverage/lcov-report/src/migrations/index.html +1 -1
- package/coverage/lcov-report/src/migrations/index.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/accounts/accounts.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/accounts/index.html +1 -1
- package/coverage/lcov-report/src/sdk/accounts/index.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/index.html +1 -1
- package/coverage/lcov-report/src/sdk/index.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/users/events.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/users/index.html +1 -1
- package/coverage/lcov-report/src/sdk/users/index.ts.html +1 -1
- package/coverage/lcov-report/src/sdk/users/users.ts.html +11 -5
- package/coverage/lcov-report/src/tests/TestConfiguration.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/accounts.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/auth.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/base.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/configs.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/email.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/environment.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/groups.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/index.html +1 -1
- package/coverage/lcov-report/src/tests/api/index.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/license.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/migrations.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/restore.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/roles.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/self.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/status.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/templates.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/tenants.ts.html +1 -1
- package/coverage/lcov-report/src/tests/api/users.ts.html +1 -1
- package/coverage/lcov-report/src/tests/controllers.ts.html +1 -1
- package/coverage/lcov-report/src/tests/index.html +1 -1
- package/coverage/lcov-report/src/tests/index.ts.html +1 -1
- package/coverage/lcov-report/src/tests/mocks/email.ts.html +1 -1
- package/coverage/lcov-report/src/tests/mocks/index.html +1 -1
- package/coverage/lcov-report/src/tests/mocks/index.ts.html +1 -1
- package/coverage/lcov-report/src/tests/structures/configs.ts.html +1 -1
- package/coverage/lcov-report/src/tests/structures/groups.ts.html +1 -1
- package/coverage/lcov-report/src/tests/structures/index.html +1 -1
- package/coverage/lcov-report/src/tests/structures/index.ts.html +1 -1
- package/coverage/lcov-report/src/tests/structures/users.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/appService.ts.html +23 -8
- package/coverage/lcov-report/src/utilities/email.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/fileSystem.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/index.html +11 -11
- package/coverage/lcov-report/src/utilities/index.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/redis.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/templates.ts.html +1 -1
- package/coverage/lcov-report/src/utilities/users.ts.html +1 -1
- package/coverage/lcov.info +336 -335
- package/package.json +6 -6
- package/src/sdk/users/users.ts +5 -3
- package/src/utilities/appService.ts +7 -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="1673866650075" clover="3.2.0">
|
|
3
|
+
<project timestamp="1673866650075" name="All files">
|
|
4
|
+
<metrics statements="1850" coveredstatements="1527" conditionals="497" coveredconditionals="345" methods="523" coveredmethods="435" elements="2870" coveredelements="2307" complexity="0" loc="1850" ncloc="1850" packages="22" files="81" classes="81"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="81" coveredstatements="55" conditionals="27" coveredconditionals="15" methods="16" coveredmethods="8"/>
|
|
7
7
|
<file name="environment.ts" path="/home/runner/work/budibase/budibase/packages/worker/src/environment.ts">
|
|
@@ -1288,253 +1288,253 @@
|
|
|
1288
1288
|
<line num="2" count="18" type="stmt"/>
|
|
1289
1289
|
<line num="3" count="18" type="stmt"/>
|
|
1290
1290
|
<line num="18" count="18" type="stmt"/>
|
|
1291
|
-
<line num="34" count="18" type="stmt"/>
|
|
1292
1291
|
<line num="35" count="18" type="stmt"/>
|
|
1293
1292
|
<line num="36" count="18" type="stmt"/>
|
|
1294
1293
|
<line num="37" count="18" type="stmt"/>
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="
|
|
1297
|
-
<line num="42" count="
|
|
1294
|
+
<line num="38" count="18" type="stmt"/>
|
|
1295
|
+
<line num="40" count="18" type="stmt"/>
|
|
1296
|
+
<line num="42" count="18" type="stmt"/>
|
|
1298
1297
|
<line num="43" count="1" type="stmt"/>
|
|
1299
|
-
<line num="
|
|
1300
|
-
<line num="
|
|
1301
|
-
<line num="52" count="
|
|
1298
|
+
<line num="44" count="1" type="stmt"/>
|
|
1299
|
+
<line num="49" count="2" type="stmt"/>
|
|
1300
|
+
<line num="52" count="18" type="stmt"/>
|
|
1302
1301
|
<line num="53" count="0" type="stmt"/>
|
|
1303
|
-
<line num="
|
|
1304
|
-
<line num="
|
|
1305
|
-
<line num="
|
|
1306
|
-
<line num="
|
|
1307
|
-
<line num="72" count="0" type="
|
|
1308
|
-
<line num="
|
|
1309
|
-
<line num="
|
|
1310
|
-
<line num="79" count="0" type="
|
|
1302
|
+
<line num="54" count="0" type="stmt"/>
|
|
1303
|
+
<line num="59" count="18" type="cond" truecount="0" falsecount="1"/>
|
|
1304
|
+
<line num="65" count="0" type="stmt"/>
|
|
1305
|
+
<line num="67" count="0" type="stmt"/>
|
|
1306
|
+
<line num="72" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1307
|
+
<line num="73" count="0" type="stmt"/>
|
|
1308
|
+
<line num="77" count="0" type="stmt"/>
|
|
1309
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1311
1310
|
<line num="80" count="0" type="stmt"/>
|
|
1312
|
-
<line num="81" count="0" type="
|
|
1313
|
-
<line num="82" count="0" type="
|
|
1311
|
+
<line num="81" count="0" type="stmt"/>
|
|
1312
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1314
1313
|
<line num="83" count="0" type="stmt"/>
|
|
1315
|
-
<line num="
|
|
1314
|
+
<line num="84" count="0" type="stmt"/>
|
|
1316
1315
|
<line num="87" count="0" type="stmt"/>
|
|
1317
|
-
<line num="
|
|
1318
|
-
<line num="
|
|
1319
|
-
<line num="100" count="
|
|
1316
|
+
<line num="88" count="0" type="stmt"/>
|
|
1317
|
+
<line num="90" count="0" type="stmt"/>
|
|
1318
|
+
<line num="100" count="18" type="stmt"/>
|
|
1320
1319
|
<line num="101" count="10" type="stmt"/>
|
|
1321
|
-
<line num="102" count="10" type="
|
|
1322
|
-
<line num="103" count="10" type="
|
|
1323
|
-
<line num="
|
|
1324
|
-
<line num="
|
|
1325
|
-
<line num="
|
|
1320
|
+
<line num="102" count="10" type="stmt"/>
|
|
1321
|
+
<line num="103" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1322
|
+
<line num="104" count="10" type="stmt"/>
|
|
1323
|
+
<line num="106" count="10" type="stmt"/>
|
|
1324
|
+
<line num="115" count="18" type="stmt"/>
|
|
1326
1325
|
<line num="124" count="95" type="stmt"/>
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="128" count="
|
|
1329
|
-
<line num="129" count="
|
|
1330
|
-
<line num="130" count="
|
|
1331
|
-
<line num="131" count="1" type="
|
|
1332
|
-
<line num="132" count="
|
|
1333
|
-
<line num="
|
|
1334
|
-
<line num="
|
|
1335
|
-
<line num="
|
|
1336
|
-
<line num="147" count="
|
|
1337
|
-
<line num="
|
|
1338
|
-
<line num="151" count="
|
|
1339
|
-
<line num="
|
|
1340
|
-
<line num="
|
|
1341
|
-
<line num="
|
|
1342
|
-
<line num="
|
|
1343
|
-
<line num="
|
|
1344
|
-
<line num="
|
|
1345
|
-
<line num="176" count="90" type="
|
|
1346
|
-
<line num="177" count="90" type="
|
|
1347
|
-
<line num="178" count="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="184" count="90" type="
|
|
1350
|
-
<line num="185" count="90" type="
|
|
1351
|
-
<line num="186" count="
|
|
1352
|
-
<line num="
|
|
1353
|
-
<line num="
|
|
1354
|
-
<line num="197" count="
|
|
1355
|
-
<line num="
|
|
1356
|
-
<line num="200" count="
|
|
1357
|
-
<line num="
|
|
1326
|
+
<line num="125" count="95" type="stmt"/>
|
|
1327
|
+
<line num="128" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
1328
|
+
<line num="129" count="93" type="cond" truecount="1" falsecount="1"/>
|
|
1329
|
+
<line num="130" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1330
|
+
<line num="131" count="1" type="stmt"/>
|
|
1331
|
+
<line num="132" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1332
|
+
<line num="133" count="0" type="stmt"/>
|
|
1333
|
+
<line num="136" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
1334
|
+
<line num="138" count="95" type="stmt"/>
|
|
1335
|
+
<line num="147" count="95" type="cond" truecount="1" falsecount="0"/>
|
|
1336
|
+
<line num="148" count="1" type="stmt"/>
|
|
1337
|
+
<line num="151" count="95" type="cond" truecount="1" falsecount="0"/>
|
|
1338
|
+
<line num="152" count="84" type="stmt"/>
|
|
1339
|
+
<line num="155" count="95" type="stmt"/>
|
|
1340
|
+
<line num="159" count="18" type="stmt"/>
|
|
1341
|
+
<line num="164" count="90" type="stmt"/>
|
|
1342
|
+
<line num="171" count="90" type="stmt"/>
|
|
1343
|
+
<line num="174" count="18" type="stmt"/>
|
|
1344
|
+
<line num="176" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
1345
|
+
<line num="177" count="90" type="stmt"/>
|
|
1346
|
+
<line num="178" count="90" type="cond" truecount="2" falsecount="1"/>
|
|
1347
|
+
<line num="179" count="0" type="stmt"/>
|
|
1348
|
+
<line num="184" count="90" type="cond" truecount="3" falsecount="0"/>
|
|
1349
|
+
<line num="185" count="90" type="stmt"/>
|
|
1350
|
+
<line num="186" count="90" type="cond" truecount="4" falsecount="0"/>
|
|
1351
|
+
<line num="187" count="1" type="stmt"/>
|
|
1352
|
+
<line num="192" count="96" type="stmt"/>
|
|
1353
|
+
<line num="197" count="94" type="cond" truecount="1" falsecount="0"/>
|
|
1354
|
+
<line num="198" count="87" type="stmt"/>
|
|
1355
|
+
<line num="200" count="94" type="cond" truecount="1" falsecount="0"/>
|
|
1356
|
+
<line num="201" count="87" type="stmt"/>
|
|
1358
1357
|
<line num="203" count="94" type="stmt"/>
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="208" count="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1358
|
+
<line num="204" count="94" type="stmt"/>
|
|
1359
|
+
<line num="206" count="94" type="cond" truecount="1" falsecount="0"/>
|
|
1360
|
+
<line num="208" count="94" type="cond" truecount="1" falsecount="2"/>
|
|
1361
|
+
<line num="209" count="0" type="stmt"/>
|
|
1362
|
+
<line num="213" count="94" type="cond" truecount="1" falsecount="0"/>
|
|
1364
1363
|
<line num="215" count="13" type="stmt"/>
|
|
1365
|
-
<line num="216" count="
|
|
1366
|
-
<line num="217" count="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="232" count="82" type="
|
|
1373
|
-
<line num="233" count="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="242" count="
|
|
1364
|
+
<line num="216" count="13" type="stmt"/>
|
|
1365
|
+
<line num="217" count="12" type="cond" truecount="3" falsecount="0"/>
|
|
1366
|
+
<line num="218" count="1" type="stmt"/>
|
|
1367
|
+
<line num="220" count="11" type="stmt"/>
|
|
1368
|
+
<line num="222" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1369
|
+
<line num="225" count="1" type="stmt"/>
|
|
1370
|
+
<line num="230" count="93" type="cond" truecount="3" falsecount="0"/>
|
|
1371
|
+
<line num="232" count="82" type="stmt"/>
|
|
1372
|
+
<line num="233" count="82" type="cond" truecount="3" falsecount="0"/>
|
|
1373
|
+
<line num="234" count="3" type="stmt"/>
|
|
1374
|
+
<line num="238" count="90" type="stmt"/>
|
|
1375
|
+
<line num="240" count="89" type="stmt"/>
|
|
1376
|
+
<line num="242" count="89" type="cond" truecount="3" falsecount="0"/>
|
|
1378
1377
|
<line num="243" count="1" type="stmt"/>
|
|
1379
1378
|
<line num="244" count="1" type="stmt"/>
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="250" count="89" type="
|
|
1382
|
-
<line num="251" count="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="254" count="
|
|
1379
|
+
<line num="245" count="1" type="stmt"/>
|
|
1380
|
+
<line num="250" count="89" type="stmt"/>
|
|
1381
|
+
<line num="251" count="89" type="cond" truecount="1" falsecount="0"/>
|
|
1382
|
+
<line num="252" count="77" type="stmt"/>
|
|
1383
|
+
<line num="254" count="77" type="cond" truecount="0" falsecount="1"/>
|
|
1385
1384
|
<line num="255" count="0" type="stmt"/>
|
|
1386
|
-
<line num="
|
|
1387
|
-
<line num="
|
|
1385
|
+
<line num="256" count="0" type="stmt"/>
|
|
1386
|
+
<line num="261" count="89" type="stmt"/>
|
|
1388
1387
|
<line num="263" count="89" type="stmt"/>
|
|
1389
|
-
<line num="
|
|
1388
|
+
<line num="264" count="89" type="stmt"/>
|
|
1390
1389
|
<line num="266" count="89" type="stmt"/>
|
|
1391
1390
|
<line num="267" count="89" type="stmt"/>
|
|
1392
|
-
<line num="
|
|
1391
|
+
<line num="268" count="89" type="stmt"/>
|
|
1393
1392
|
<line num="271" count="89" type="stmt"/>
|
|
1394
1393
|
<line num="273" count="89" type="stmt"/>
|
|
1395
|
-
<line num="
|
|
1396
|
-
<line num="
|
|
1394
|
+
<line num="275" count="89" type="stmt"/>
|
|
1395
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1397
1396
|
<line num="282" count="0" type="stmt"/>
|
|
1398
|
-
<line num="
|
|
1399
|
-
<line num="
|
|
1400
|
-
<line num="
|
|
1401
|
-
<line num="
|
|
1402
|
-
<line num="
|
|
1403
|
-
<line num="
|
|
1404
|
-
<line num="
|
|
1405
|
-
<line num="
|
|
1406
|
-
<line num="
|
|
1407
|
-
<line num="
|
|
1408
|
-
<line num="
|
|
1409
|
-
<line num="
|
|
1410
|
-
<line num="
|
|
1411
|
-
<line num="
|
|
1412
|
-
<line num="
|
|
1413
|
-
<line num="
|
|
1414
|
-
<line num="
|
|
1415
|
-
<line num="
|
|
1416
|
-
<line num="
|
|
1417
|
-
<line num="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1397
|
+
<line num="284" count="0" type="stmt"/>
|
|
1398
|
+
<line num="289" count="18" type="stmt"/>
|
|
1399
|
+
<line num="294" count="95" type="cond" truecount="1" falsecount="0"/>
|
|
1400
|
+
<line num="295" count="95" type="stmt"/>
|
|
1401
|
+
<line num="296" count="42" type="stmt"/>
|
|
1402
|
+
<line num="300" count="95" type="stmt"/>
|
|
1403
|
+
<line num="304" count="18" type="stmt"/>
|
|
1404
|
+
<line num="305" count="16" type="stmt"/>
|
|
1405
|
+
<line num="306" count="11" type="stmt"/>
|
|
1406
|
+
<line num="311" count="11" type="stmt"/>
|
|
1407
|
+
<line num="315" count="11" type="stmt"/>
|
|
1408
|
+
<line num="323" count="18" type="stmt"/>
|
|
1409
|
+
<line num="326" count="16" type="stmt"/>
|
|
1410
|
+
<line num="327" count="11" type="stmt"/>
|
|
1411
|
+
<line num="332" count="11" type="stmt"/>
|
|
1412
|
+
<line num="335" count="11" type="stmt"/>
|
|
1413
|
+
<line num="342" count="18" type="stmt"/>
|
|
1414
|
+
<line num="345" count="16" type="stmt"/>
|
|
1415
|
+
<line num="346" count="11" type="stmt"/>
|
|
1416
|
+
<line num="351" count="11" type="stmt"/>
|
|
1417
|
+
<line num="355" count="11" type="stmt"/>
|
|
1418
|
+
<line num="369" count="18" type="stmt"/>
|
|
1420
1419
|
<line num="370" count="11" type="stmt"/>
|
|
1421
|
-
<line num="
|
|
1420
|
+
<line num="372" count="11" type="stmt"/>
|
|
1422
1421
|
<line num="373" count="11" type="stmt"/>
|
|
1423
|
-
<line num="
|
|
1422
|
+
<line num="375" count="11" type="stmt"/>
|
|
1424
1423
|
<line num="376" count="11" type="stmt"/>
|
|
1425
|
-
<line num="
|
|
1424
|
+
<line num="378" count="11" type="stmt"/>
|
|
1426
1425
|
<line num="379" count="11" type="stmt"/>
|
|
1427
|
-
<line num="
|
|
1428
|
-
<line num="
|
|
1426
|
+
<line num="381" count="11" type="stmt"/>
|
|
1427
|
+
<line num="384" count="18" type="stmt"/>
|
|
1429
1428
|
<line num="388" count="6" type="stmt"/>
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="391" count="
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1429
|
+
<line num="390" count="6" type="stmt"/>
|
|
1430
|
+
<line num="391" count="6" type="stmt"/>
|
|
1431
|
+
<line num="393" count="10" type="stmt"/>
|
|
1432
|
+
<line num="394" count="6" type="stmt"/>
|
|
1434
1433
|
<line num="395" count="6" type="stmt"/>
|
|
1435
|
-
<line num="
|
|
1436
|
-
<line num="398" count="
|
|
1437
|
-
<line num="
|
|
1438
|
-
<line num="
|
|
1439
|
-
<line num="408" count="
|
|
1440
|
-
<line num="
|
|
1441
|
-
<line num="
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="
|
|
1446
|
-
<line num="
|
|
1447
|
-
<line num="434" count="6" type="stmt"/>
|
|
1434
|
+
<line num="397" count="6" type="stmt"/>
|
|
1435
|
+
<line num="398" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1436
|
+
<line num="400" count="6" type="stmt"/>
|
|
1437
|
+
<line num="404" count="4" type="stmt"/>
|
|
1438
|
+
<line num="408" count="4" type="stmt"/>
|
|
1439
|
+
<line num="410" count="6" type="stmt"/>
|
|
1440
|
+
<line num="411" count="6" type="stmt"/>
|
|
1441
|
+
<line num="415" count="6" type="stmt"/>
|
|
1442
|
+
<line num="416" count="6" type="stmt"/>
|
|
1443
|
+
<line num="428" count="6" type="stmt"/>
|
|
1444
|
+
<line num="429" count="6" type="stmt"/>
|
|
1445
|
+
<line num="432" count="6" type="stmt"/>
|
|
1448
1446
|
<line num="435" count="6" type="stmt"/>
|
|
1449
|
-
<line num="
|
|
1450
|
-
<line num="
|
|
1451
|
-
<line num="
|
|
1452
|
-
<line num="
|
|
1453
|
-
<line num="448" count="6" type="
|
|
1447
|
+
<line num="436" count="6" type="stmt"/>
|
|
1448
|
+
<line num="437" count="6" type="stmt"/>
|
|
1449
|
+
<line num="440" count="6" type="stmt"/>
|
|
1450
|
+
<line num="441" count="6" type="stmt"/>
|
|
1451
|
+
<line num="448" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1454
1452
|
<line num="449" count="6" type="stmt"/>
|
|
1455
|
-
<line num="450" count="
|
|
1456
|
-
<line num="
|
|
1457
|
-
<line num="
|
|
1458
|
-
<line num="
|
|
1459
|
-
<line num="
|
|
1460
|
-
<line num="
|
|
1461
|
-
<line num="469" count="2" type="
|
|
1462
|
-
<line num="470" count="2" type="
|
|
1463
|
-
<line num="471" count="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="476" count="
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1453
|
+
<line num="450" count="6" type="stmt"/>
|
|
1454
|
+
<line num="451" count="6" type="stmt"/>
|
|
1455
|
+
<line num="452" count="0" type="stmt"/>
|
|
1456
|
+
<line num="454" count="6" type="stmt"/>
|
|
1457
|
+
<line num="457" count="6" type="stmt"/>
|
|
1458
|
+
<line num="466" count="18" type="stmt"/>
|
|
1459
|
+
<line num="469" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
1460
|
+
<line num="470" count="2" type="stmt"/>
|
|
1461
|
+
<line num="471" count="2" type="stmt"/>
|
|
1462
|
+
<line num="472" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
1463
|
+
<line num="473" count="0" type="stmt"/>
|
|
1464
|
+
<line num="476" count="2" type="stmt"/>
|
|
1465
|
+
<line num="477" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1466
|
+
<line num="478" count="1" type="stmt"/>
|
|
1467
|
+
<line num="483" count="18" type="stmt"/>
|
|
1469
1468
|
<line num="486" count="2" type="stmt"/>
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1469
|
+
<line num="488" count="2" type="stmt"/>
|
|
1470
|
+
<line num="494" count="2" type="stmt"/>
|
|
1471
|
+
<line num="495" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1473
1472
|
<line num="496" count="1" type="stmt"/>
|
|
1474
|
-
<line num="
|
|
1475
|
-
<line num="
|
|
1476
|
-
<line num="510" count="
|
|
1477
|
-
<line num="
|
|
1478
|
-
<line num="
|
|
1479
|
-
<line num="
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1482
|
-
<line num="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="535" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1473
|
+
<line num="498" count="1" type="stmt"/>
|
|
1474
|
+
<line num="506" count="2" type="stmt"/>
|
|
1475
|
+
<line num="510" count="2" type="stmt"/>
|
|
1476
|
+
<line num="512" count="3" type="stmt"/>
|
|
1477
|
+
<line num="517" count="3" type="stmt"/>
|
|
1478
|
+
<line num="521" count="2" type="stmt"/>
|
|
1479
|
+
<line num="522" count="2" type="stmt"/>
|
|
1480
|
+
<line num="523" count="3" type="stmt"/>
|
|
1481
|
+
<line num="528" count="2" type="stmt"/>
|
|
1482
|
+
<line num="529" count="2" type="stmt"/>
|
|
1483
|
+
<line num="530" count="3" type="stmt"/>
|
|
1484
|
+
<line num="531" count="3" type="stmt"/>
|
|
1485
|
+
<line num="535" count="2" type="stmt"/>
|
|
1488
1486
|
<line num="536" count="3" type="stmt"/>
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="
|
|
1491
|
-
<line num="
|
|
1492
|
-
<line num="
|
|
1493
|
-
<line num="551" count="
|
|
1487
|
+
<line num="537" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1488
|
+
<line num="538" count="3" type="stmt"/>
|
|
1489
|
+
<line num="540" count="0" type="stmt"/>
|
|
1490
|
+
<line num="548" count="2" type="stmt"/>
|
|
1491
|
+
<line num="551" count="18" type="stmt"/>
|
|
1494
1492
|
<line num="552" count="4" type="stmt"/>
|
|
1495
|
-
<line num="
|
|
1496
|
-
<line num="
|
|
1497
|
-
<line num="
|
|
1498
|
-
<line num="558" count="4" type="
|
|
1499
|
-
<line num="559" count="
|
|
1500
|
-
<line num="560" count="
|
|
1501
|
-
<line num="
|
|
1502
|
-
<line num="
|
|
1493
|
+
<line num="553" count="4" type="stmt"/>
|
|
1494
|
+
<line num="554" count="4" type="stmt"/>
|
|
1495
|
+
<line num="556" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1496
|
+
<line num="558" count="4" type="stmt"/>
|
|
1497
|
+
<line num="559" count="4" type="stmt"/>
|
|
1498
|
+
<line num="560" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1499
|
+
<line num="561" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1500
|
+
<line num="562" count="0" type="stmt"/>
|
|
1501
|
+
<line num="564" count="1" type="stmt"/>
|
|
1503
1502
|
<line num="569" count="3" type="stmt"/>
|
|
1504
1503
|
<line num="571" count="3" type="stmt"/>
|
|
1505
|
-
<line num="572" count="3" type="stmt"/>
|
|
1506
1504
|
<line num="573" count="3" type="stmt"/>
|
|
1505
|
+
<line num="574" count="3" type="stmt"/>
|
|
1507
1506
|
<line num="575" count="3" type="stmt"/>
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="580" count="3" type="stmt"/>
|
|
1507
|
+
<line num="577" count="3" type="stmt"/>
|
|
1508
|
+
<line num="580" count="18" type="stmt"/>
|
|
1511
1509
|
<line num="581" count="3" type="stmt"/>
|
|
1512
1510
|
<line num="582" count="3" type="stmt"/>
|
|
1513
1511
|
<line num="583" count="3" type="stmt"/>
|
|
1512
|
+
<line num="584" count="3" type="stmt"/>
|
|
1514
1513
|
<line num="585" count="3" type="stmt"/>
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="604" count="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="618" count="
|
|
1531
|
-
<line num="
|
|
1532
|
-
<line num="
|
|
1533
|
-
<line num="624" count="4" type="stmt"/>
|
|
1514
|
+
<line num="587" count="3" type="stmt"/>
|
|
1515
|
+
<line num="590" count="18" type="stmt"/>
|
|
1516
|
+
<line num="593" count="5" type="stmt"/>
|
|
1517
|
+
<line num="598" count="6" type="stmt"/>
|
|
1518
|
+
<line num="599" count="5" type="stmt"/>
|
|
1519
|
+
<line num="602" count="5" type="stmt"/>
|
|
1520
|
+
<line num="603" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1521
|
+
<line num="604" count="2" type="stmt"/>
|
|
1522
|
+
<line num="606" count="4" type="stmt"/>
|
|
1523
|
+
<line num="610" count="5" type="stmt"/>
|
|
1524
|
+
<line num="613" count="5" type="stmt"/>
|
|
1525
|
+
<line num="614" count="5" type="stmt"/>
|
|
1526
|
+
<line num="615" count="4" type="stmt"/>
|
|
1527
|
+
<line num="616" count="4" type="stmt"/>
|
|
1528
|
+
<line num="617" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1529
|
+
<line num="618" count="2" type="stmt"/>
|
|
1530
|
+
<line num="620" count="4" type="stmt"/>
|
|
1531
|
+
<line num="621" count="4" type="stmt"/>
|
|
1534
1532
|
<line num="625" count="4" type="stmt"/>
|
|
1535
|
-
<line num="
|
|
1536
|
-
<line num="
|
|
1537
|
-
<line num="
|
|
1533
|
+
<line num="626" count="4" type="stmt"/>
|
|
1534
|
+
<line num="627" count="4" type="stmt"/>
|
|
1535
|
+
<line num="629" count="0" type="stmt"/>
|
|
1536
|
+
<line num="630" count="0" type="stmt"/>
|
|
1537
|
+
<line num="637" count="5" type="stmt"/>
|
|
1538
1538
|
</file>
|
|
1539
1539
|
</package>
|
|
1540
1540
|
<package name="src.tests">
|
|
@@ -1977,29 +1977,30 @@
|
|
|
1977
1977
|
</file>
|
|
1978
1978
|
</package>
|
|
1979
1979
|
<package name="src.utilities">
|
|
1980
|
-
<metrics statements="
|
|
1980
|
+
<metrics statements="161" coveredstatements="130" conditionals="74" coveredconditionals="45" methods="32" coveredmethods="30"/>
|
|
1981
1981
|
<file name="appService.ts" path="/home/runner/work/budibase/budibase/packages/worker/src/utilities/appService.ts">
|
|
1982
|
-
<metrics statements="
|
|
1982
|
+
<metrics statements="21" coveredstatements="10" conditionals="6" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1983
1983
|
<line num="1" count="18" type="stmt"/>
|
|
1984
1984
|
<line num="2" count="18" type="stmt"/>
|
|
1985
1985
|
<line num="3" count="18" type="stmt"/>
|
|
1986
1986
|
<line num="4" count="18" type="stmt"/>
|
|
1987
|
-
<line num="
|
|
1988
|
-
<line num="
|
|
1989
|
-
<line num="10" count="0" type="stmt"/>
|
|
1987
|
+
<line num="8" count="101" type="cond" truecount="1" falsecount="0"/>
|
|
1988
|
+
<line num="9" count="101" type="stmt"/>
|
|
1990
1989
|
<line num="11" count="0" type="stmt"/>
|
|
1991
|
-
<line num="12" count="0" type="
|
|
1992
|
-
<line num="13" count="0" type="
|
|
1993
|
-
<line num="
|
|
1994
|
-
<line num="16" count="0" type="
|
|
1990
|
+
<line num="12" count="0" type="stmt"/>
|
|
1991
|
+
<line num="13" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1992
|
+
<line num="14" count="0" type="stmt"/>
|
|
1993
|
+
<line num="16" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1995
1994
|
<line num="17" count="0" type="stmt"/>
|
|
1996
|
-
<line num="
|
|
1997
|
-
<line num="
|
|
1998
|
-
<line num="
|
|
1999
|
-
<line num="
|
|
1995
|
+
<line num="18" count="0" type="stmt"/>
|
|
1996
|
+
<line num="20" count="0" type="stmt"/>
|
|
1997
|
+
<line num="23" count="0" type="stmt"/>
|
|
1998
|
+
<line num="25" count="0" type="stmt"/>
|
|
2000
1999
|
<line num="28" count="101" type="stmt"/>
|
|
2001
|
-
<line num="
|
|
2002
|
-
<line num="
|
|
2000
|
+
<line num="29" count="101" type="stmt"/>
|
|
2001
|
+
<line num="33" count="101" type="stmt"/>
|
|
2002
|
+
<line num="38" count="101" type="cond" truecount="1" falsecount="2"/>
|
|
2003
|
+
<line num="39" count="0" type="stmt"/>
|
|
2003
2004
|
</file>
|
|
2004
2005
|
<file name="email.ts" path="/home/runner/work/budibase/budibase/packages/worker/src/utilities/email.ts">
|
|
2005
2006
|
<metrics statements="72" coveredstatements="60" conditionals="45" coveredconditionals="27" methods="10" coveredmethods="10"/>
|