Hi, after running azure pipeline on angular project in azure i am getting code coverage but in sonar qube its showing 0%.
- task: SonarCloudPrepare@1
displayName: ‘SonarCloudPrepare’
inputs:
SonarCloud: ‘sonar-BillPayWeb’
organization: ‘kastlesys’
scannerMode: ‘CLI’
configMode: ‘manual’
cliProjectKey: '’
cliSources: ‘./BillPayWeb/src’
projectName: ‘BillPayWeb’
extraProperties: |
sonar.exclusions=$(cliSources)//.spec.ts
sonar.javascript.lcov.reportPaths=$(System.DefaultWorkingDirectory)/BillPayWeb/coverage/report-lcov/lcov.info
LOGS:-
14_Run Code Analysis.txt (26.0 KB)