Sonar-scanner doesn't support wildcards in sonar.testExecutionReportPaths

I want to quickly add several output files in sonar-project.properties but only some of those properties support wildcards eg.

sonar.testExecutionReportPaths=coverage/jest/**/*.xml,coverage/cypress/**/*.xml

doesn’t work and it would be great if it did. Rather I have to manually update every report file in the list. Thanks!

Hi,

Welcome to the community!

Since this is working as intended, I’ve moved your thread from ‘Report a bug’ to ‘Suggest new features’

 
:slight_smile:
Ann

Hello,

For me it makes sense in the context of monorepo. Because of this trend we have multiple test-report.xml. For all other properties there is a solution to avoid full path, but we get stuck with this specific properties.