I have a project called TestCommander, it is not a test project but instead a product that helps people within the organization to write integration tests easier.
Obviously I want to analyze this C# code. But as it is now it seem to be ignored by SonarQube since it is named Test*, correctly assessed?
Structure is like this:
CompanyName.TestCommander
- Commands
- HttpGetCommand.cs
- ...
- TestScanner.cs
- TestRunner.cs
- CompanyName.TestCommander.csproj
What I have done:
- Tried Source Inclusion: **/*.cs
- Tried Test Inclusion: **/*.cs
- Both at the same time.
- More specific pointing out the exact files I wanted to include
None of these have worked.
My setup: Internal SonarQube 6.7 Automated build in TFS 2017.3 with the VSTS task versioned 3.0.2