SonarQube Server Enterprise Edition v2025.1 (ZIP deployment), trying to use sonar.inclusions and sonar.exclusions in an Azure DevOps pipeline. The repo has folders like Folder 1, Folder 2, Folder 3; inside Folder 1 there are Project, Test Project, and Unit Test folders. Set sonar.inclusions to Repo/Folder 1 and sonar.exclusions to "/AssemblyInfo.cs, /.xml,Test.cs,/*.bin", but after analysis the test files and test project still show up in the coverage on the Overview page. Is there a way to use both inclusions and exclusions together without specifying each folder one by one?