- ALM used - GitHub.
- CI system used - Azure DevOps.
- I’m using AzureDevOps tasks as SonarCloudPrepare@1, SonarCloudAnalyze@1 and SonarCloudPublish@1 to analyze and publish the results to SonarCloud.
- Languages of the repository: Typescript.
- The main branch (
develop
) misses LOC measure, even if theCode
tab contains the proper code:
- All the other branches do have LOC measure and the
Overview
tab is complete.
Do you have any idea what could be the issue?
Thanks in advance!