- ALM used - Bitbucket Cloud
- CI system - Bitbucket Cloud
- Scanner command used when applicable
- pipe: sonarsource/sonarcloud-scan:1.2.1 # sonar scan pipe
variables:
EXTRA_ARGS: ‘-Dsonar.sources= -Dsonar.tests= -Dsonar.test.inclusions="—" -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info’ - pipe: sonarsource/sonarcloud-quality-gate:0.1.4 # sonar quality gate pipe
-
Languages of the repository - .js and .ts
-
Error observed -
I don’t see any errors during scan. But no code scan visible after the scan. Getting below outputs in the overview tab
“The main branch has no lines of code.”