Skip to content

Commit

Permalink
WIP Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Oct 31, 2024
1 parent e2c4f85 commit f19b2f0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-10-29T22:37:05.955Z
at 2024-10-30T14:33:28.783Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
60 changes: 30 additions & 30 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FNDA:1,(anonymous_13)
FNDA:0,(anonymous_14)
FNDA:0,(anonymous_15)
FNDA:0,(anonymous_16)
FNDA:11,(anonymous_17)
FNDA:10,(anonymous_17)
DA:20,1
DA:21,1
DA:22,1
Expand Down Expand Up @@ -183,7 +183,7 @@ DA:252,1
DA:255,1
DA:256,0
DA:258,1
DA:259,11
DA:259,10
DA:261,1
LF:147
LH:97
Expand Down Expand Up @@ -694,7 +694,7 @@ FNDA:2,(anonymous_38)
FNDA:8531,(anonymous_39)
FNDA:8530,(anonymous_40)
FNDA:8530,(anonymous_41)
FNDA:8725,(anonymous_42)
FNDA:20,(anonymous_42)
FNDA:118,(anonymous_43)
FNDA:593,(anonymous_44)
FNDA:466,(anonymous_45)
Expand All @@ -709,7 +709,7 @@ FNDA:477,(anonymous_53)
FNDA:2,(anonymous_54)
FNDA:359,(anonymous_55)
FNDA:2,(anonymous_56)
FNDA:24,(anonymous_57)
FNDA:23,(anonymous_57)
FNDA:12,(anonymous_58)
FNDA:320,(anonymous_59)
FNDA:320,(anonymous_60)
Expand Down Expand Up @@ -1280,8 +1280,8 @@ DA:8755,8530
DA:8757,8530
DA:8759,146
DA:8761,146
DA:8762,8725
DA:8763,202
DA:8762,20
DA:8763,17
DA:8764,8
DA:8768,146
DA:8769,8
Expand Down Expand Up @@ -1441,8 +1441,8 @@ DA:8996,146
DA:8997,0
DA:8999,146
DA:9000,146
DA:9001,130
DA:9003,16
DA:9001,132
DA:9003,14
DA:9006,1
DA:9007,116
DA:9008,116
Expand Down Expand Up @@ -1485,16 +1485,16 @@ DA:9073,0
DA:9075,2
DA:9076,2
DA:9077,2
DA:9078,24
DA:9079,24
DA:9080,24
DA:9081,24
DA:9082,24
DA:9083,24
DA:9084,24
DA:9085,24
DA:9086,24
DA:9087,24
DA:9078,23
DA:9079,23
DA:9080,23
DA:9081,23
DA:9082,23
DA:9083,23
DA:9084,23
DA:9085,23
DA:9086,23
DA:9087,23
DA:9089,2
DA:9090,12
DA:9091,44
Expand Down Expand Up @@ -2490,9 +2490,9 @@ BRDA:8750,179,1,8530
BRDA:8754,180,0,8530
BRDA:8754,180,1,0
BRDA:8763,181,0,8
BRDA:8763,181,1,194
BRDA:8763,182,0,202
BRDA:8763,182,1,202
BRDA:8763,181,1,9
BRDA:8763,182,0,17
BRDA:8763,182,1,17
BRDA:8768,183,0,8
BRDA:8768,183,1,138
BRDA:8782,184,0,0
Expand Down Expand Up @@ -2597,8 +2597,8 @@ BRDA:8992,231,0,0
BRDA:8992,231,1,146
BRDA:8996,232,0,0
BRDA:8996,232,1,146
BRDA:9000,233,0,130
BRDA:9000,233,1,16
BRDA:9000,233,0,132
BRDA:9000,233,1,14
BRDA:9007,234,0,116
BRDA:9007,234,1,0
BRDA:9007,235,0,116
Expand Down Expand Up @@ -2626,14 +2626,14 @@ BRDA:9072,245,0,0
BRDA:9072,245,1,2
BRDA:9075,246,0,2
BRDA:9075,246,1,0
BRDA:9084,247,0,9
BRDA:9084,247,1,15
BRDA:9085,248,0,9
BRDA:9085,248,1,15
BRDA:9084,247,0,14
BRDA:9084,247,1,9
BRDA:9085,248,0,14
BRDA:9085,248,1,9
BRDA:9086,249,0,0
BRDA:9086,249,1,24
BRDA:9086,250,0,24
BRDA:9086,250,1,24
BRDA:9086,249,1,23
BRDA:9086,250,0,23
BRDA:9086,250,1,23
BRDA:9091,251,0,12
BRDA:9091,251,1,32
BRDA:9098,252,0,16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"run:google": "pm2 start ./pm2.google.config.js",
"run:proxy": "pm2 start ./pm2.proxy.config.js",
"run:test": "pm2 start ./pm2.test.config.js",
"run:nyc": "export CASS_LOOPBACK=http://localhost:8080/api/|| set CASS_LOOPBACK=http://localhost:8080/api/&&export PORT=8080|| set PORT=8080&&export KILL=true|| set KILL=true&&concurrently --killOthers --success=first --kill-signal=SIGINT \"nyc --reporter=lcov npm run dev:node\" \"npm run mochaNyc\"",
"run:nyc": "export CASS_LOOPBACK=http://localhost:8080/api/|| set CASS_LOOPBACK=http://localhost:8080/api/&&export PORT=8080|| set PORT=8080&&export KILL=true|| set KILL=true&&concurrently \"nyc --reporter=lcov npm run dev:node\" \"npm run mochaNyc\"",
"run:merge": "nyc report --reporter=lcov",
"run:cassbase": "pm2 start ./pm2.cassbase.config.js",
"run:withTests": "npm run test:start & npm run mochaEncryption",
Expand Down

0 comments on commit f19b2f0

Please sign in to comment.