The scanner designates some files as Test files. These are scanned and analyzed, and Issues show up separately in the generated web application. For our code base, the logic is placing most of our business and web applications, with the test code. We have been preparing to use the sonar.exclusions (which is working fine) property to scan what we want to scan, so, is there a way to just disable the Test code/Main code segregation, entirely, rather than having to slowly figure out how to fix this?
Please note that I have already tried several properties over the course of a few days, including every .NET (these are .NET 7 applications) and inclusions/exclusions property I could find. We’re using a SonarQube.Analysis.xml file.