Sonarqube scan not publishing scan results for a solution

We have a project with multiple .csproj files. Sonarqube is publishing scan results only for few folders.

SQ version: 10.6 Enterprise
how is SonarQube deployed: Helm

Can you please help in identifying the issue which is responsible for code not getting scanned.

From attached screenshot, “realtime-communication-service” folder shows no results. We are trying to get the scan results for that folder as well.

SonarScanLogs.txt (101.7 KB)

Hey there.

It looks like this project has been indexed as a test project.

2025-01-13T05:31:58.4732596Z #14 13.77 INFO:   Base dir: /src/realtime-communication-services/tests/MyOrg.PXC.RealTimeCommunication.Inbound.Api.Tests
2025-01-13T05:31:58.4733175Z #14 13.78 INFO:   Test paths: Controllers/RealtimeCommunicationControllerTests.cs, Services/D...

You can read more about this here, including how to correct/force the categorization.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.