Template for a good new topic, formatted with Markdown:
- ALM used (GitHub)
- Automatic Analysis for .NET
- Languages of the repository (c#, typescript, css)
- URL : moh-pidp - Province of British Columbia (sonarcloud.io)
For this project, the Automatic Analysis for .NET is enabled and the scanned is passed without .sonarcloud.properties file and Lines changed is always 0. After adding .sonarcloud.properties file into the root directory of the project, the scan keeps failing and failed Analysis ID is “AYq0GQ1Gwg8ddB2oQfsg”.
.sonarcloud.properties file is in the root directory of the project and sonar.sources and sonar.test is as following:
sonar.sources= workspace/apps,workspace/libs,backend/services.plr-intake/Data/,backend/services.plr-intake/PlrIntakeConfiguration.cs,backend/services.plr-intake/Program.cs,backend/webapi/Extensions/,backend/webapi/Models/,backend/web-api/PidpConfiguration.cs,backend/webapi/Program.cs,backend/webapi/Startup.cs
sonar.tests=workspace/jest.config.ts,workspace/jest.preset.js,backend/webapi.tests,backend/services.plr-intake.tests,backend/utilities.plr-manual-intake.tests