Like you support globbing for
- sonar.inclusions
- sonar.exclusions
- sonar.coverage.exclusions
- sonar.test.exclusion
- sonar.test.inclusions
- sonar.issue.ignore.allfile
- sonar.cpd.exclusions
It would be neat if you also supported them in the other arguments that take paths. Like
dotnet sonarscanner begin
/d:sonar.typescript.lcov.reportPaths="**/lcov.info"
/d:sonar.javascript.lcov.reportPaths="**/lcov.info"
/d:sonar.cs.opencover.reportsPaths="**/opencovercoverage.xml"